edwinb-ai / BioMetaheuristics.jl

Implementation for nature and bio-inspired optimization algorithms in pure Julia.
https://edwinb-ai.github.io/BioMetaheuristics.jl/dev/
MIT License
2 stars 0 forks source link

Randomness of algorithms is holding tests back #3

Closed edwinb-ai closed 5 years ago

edwinb-ai commented 5 years ago

Sometimes tests don't pass because the algorithms don't converge to a certain tolerance.

This is happening with PSO at the moment (here for example).

edwinb-ai commented 5 years ago

Closed using solutions from #8 .