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

Split functions and algorithms in the Introduction #17

Closed edwinb-ai closed 4 years ago

edwinb-ai commented 4 years ago

The introduction to the documentation has a section where the current algorithms and benchmark functions are implemented. Right now, these are very few but in the future the will saturate the document.

I propose the following, split the section like this:

where each part has its own dedicated file for the increasingly number of algorithms.

edwinb-ai commented 4 years ago

Done in #18