Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 354 Bytes

File metadata and controls

22 lines (15 loc) · 354 Bytes

succinctPSO

A succinct particle swarm optimizer (PSO) in C

Versions

Current version is 1.0.

Author

S. Song

License

This software is released under Apache 2.0 License. See LICENSE for full informations.

description

The test function is f()= x1^2 + x2^2 + x3^2 + ...

Run the example

Bash to the root of the project, and: $make $./exe