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

New termination criterion: early stopping based #152

Closed takemi853 closed 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.

I create the code and send pull requests. add StoppingByEarlyStopping #151