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

Add new algorithms #24

Open edwinb-ai opened 4 years ago

edwinb-ai commented 4 years ago

New algorithms are needed, and the following are good places to start:

edwinb-ai commented 4 years ago

The classic version for the simulated annealing algorithm has been implemented in #34

The generalized version of simulated annealing was added in #35