-
Classes in org.uma.jmetal.util.termination.impl that implement Termination
| Modifier and Type |
Class |
Description |
class |
TerminationByComputingTime |
Class that allows to check the termination condition when the computing time of an algorithm
gets higher than a given threshold.
|
class |
TerminationByEvaluations |
Class that allows to check the termination condition based on a maximum number of indicated
evaluations.
|
class |
TerminationByKeyboard |
Class that allows to check the termination condition based on introducing a character by keyboard.
|
class |
TerminationByQualityIndicator |
Class that allows to check the termination condition when current front is above a given
percentage of the value of a quality indicator applied to a reference front
|