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

Make algorithms reproducible #12

Closed edwinb-ai closed 4 years ago

edwinb-ai commented 4 years ago

Because of their inherent random nature, all the algorithms must always take a seed for reproducibility.

edwinb-ai commented 4 years ago

With #21 I realized that this is not possible given the nature of the algorithms, for now the implementation should guarantee statistical independence, but total reproduction will not be possible.