Class MaxFEsStop
java.lang.Object
dealib.components.stoppingcriteria.MaxFEsStop
- All Implemented Interfaces:
StoppingCriterion
MaxFEsStop is a class implementing a stopping criterion based on the number
of function evaluations (FEs) performed over the interface Selector.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Alicia Vazquez Ramos
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MaxFEsStop
Constructor.- Parameters:
exe
- Configurarion of the current execution.
-
-
Method Details
-
stops
public boolean stops()Executes a stopping criterion based on the number of function evaluations (FEs) performed.- Specified by:
stops
in interfaceStoppingCriterion
- Returns:
- TRUE if the stopping criterion is satisfied, FALSE otherwise.
-
toString
Gets a string representing the visualization by console of the Stopping Criterion.
-