Package es.udc.gii.common.eaf.stoptest

Interface Summary
StopTest This interface represents a stop test.
 

Class Summary
BestMeanConvergence This class implements a simple stoptest.
BitwiseConvergence This class implements a simple stoptest.
CompositeStopTest This class implements the interface StopTest.
DimensionFEsStopTest The maximum numbers of FEs that has to run an algorithm depends on the dimension of the individuals.
EvolveGenerationsStopTest Concrete simple objective.
FEsStopTest A FEsStopTest represents a stop test that depends on the number of function evaluations performed by the algorithm.
MaxFEsStopTest Concrete simple objective.
PerformanceFitnessStopTest This class implements the abstract class SimpleStopTest.
SimpleStopTest This abstract class implements the interface StopTest.