jMetal / jMetalCpp

A C++ version of jMetal, a Java framework aimed at multi-objective optimization with metaheuristics.
62 stars 34 forks source link

Removing JmetalInc folder, added stop constraints and fixed a bug in GA #15

Closed E-Alharbi closed 4 years ago

E-Alharbi commented 4 years ago

1- Removed JMetalInc folder. No needed any more for installation . 2- Added stop constraints for single objective algorithms. So, an algorithm might stop early if the stop constraints have met. Use as evaluate method. 3- A bug found in GA that make GA (sometimes) does not return the best solution.