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

The name "algorithm" and "search strategy" are misused. #49

Closed eugenioLR closed 11 months ago

eugenioLR commented 11 months ago

The names "algorithm" and "search strategy" are not being used correctly.

An algorithm should include the whole procedure of the optimization instead of defining what is done each iteration.

One solution is to swap the names of Algorithm and SearchStrategy

eugenioLR commented 11 months ago

Solved by PR #54