Class TerminationByEvaluations
java.lang.Object
org.uma.jmetal.component.catalogue.common.termination.impl.TerminationByEvaluations
- All Implemented Interfaces:
Termination
Class that allows to check the termination condition based on a maximum number of indicated
evaluations.
- Author:
- Antonio J. Nebro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintboolean
-
Constructor Details
-
TerminationByEvaluations
public TerminationByEvaluations(int maximumNumberOfEvaluations)
-
-
Method Details
-
isMet
- Specified by:
isMetin interfaceTermination
-
getMaximumNumberOfEvaluations
public int getMaximumNumberOfEvaluations()
-