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

Allow Multiobjective optimization #50

Open eugenioLR opened 8 months ago

eugenioLR commented 8 months ago

Implement the necessary components to perform multiobjective optimization. The NSGA-II algorithm should be able to be implemented and benchmarks should be available to test the algorithms.

Since this kind of algorithms return a set of distinct solutions, this would also allow the implementation of Niching optimization algorithms .

eugenioLR commented 8 months ago

This should be implemented to consider the issue solved: