Skip to content

Swarming v1.0.0

Latest
Compare
Choose a tag to compare
@giovcandido giovcandido released this 29 Sep 14:02
· 2 commits to master since this release

First release of the Swarming library.

Features

  • PSO class to minimize functions in serial execution
  • ParallelPSO class to speed up the minimization running the algorithm in parallel
  • Optimize method supports multiple executions of the same task
  • Parser to set arguments when executing the optimization script
  • Logging of the optimization process
  • Output file with the best solution found in the optimization task