jMetal / jMetalPy

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

add StoppingByEarlyStopping #151

Open takemi853 opened 1 year ago

takemi853 commented 1 year ago

I wanted to add a termination criterion, so I created StoppingByEarlyStopping. The termination criterion is to stop when the objective value has not been updated more than a specified number of times.