GheodeAI / metaheuristic-designer

Framework for designing, testing and evaluating metaheuristic optimization algorithms.
https://metaheuristic-designer.readthedocs.io/en/latest/
MIT License
4 stars 0 forks source link

Added better handling of operators that use probability distributions, improved documentation layout, added EDA algorithms. #63

Closed eugenioLR closed 7 months ago

eugenioLR commented 7 months ago

Reworked how probability distributions are sampled.

Added 7 algorithms that fall into the EDA category:

The documentation is way better structured. It roughly follows the structure of the scikit-learn package, listing all the available classes in a page and showing the specific documentation of each one in a different page.