jMetal / jMetalPy

A framework for single/multi-objective optimization with metaheuristics
https://jmetal.github.io/jMetalPy/index.html
MIT License
498 stars 150 forks source link

GA Constraint Support #81

Closed Vesyrak closed 1 year ago

Vesyrak commented 4 years ago

Added the possibility of changing the comparator in the Genetic Algorithm to add constraint support. If this is not the way to approach this, or in some way violates the contribution guidelines, please do let me know.

Thanks in advance!