Uses of Class
es.udc.gii.common.eaf.stoptest.SimpleStopTest

Packages that use SimpleStopTest
es.udc.gii.common.eaf.stoptest   
es.udc.gii.common.eaf.stoptest.mga   
 

Uses of SimpleStopTest in es.udc.gii.common.eaf.stoptest
 

Subclasses of SimpleStopTest in es.udc.gii.common.eaf.stoptest
 class BestMeanConvergence
          This class implements a simple stoptest.
 class BitwiseConvergence
          This class implements a simple stoptest.
 class DimensionFEsStopTest
          The maximum numbers of FEs that has to run an algorithm depends on the dimension of the individuals.
 class EvolveGenerationsStopTest
          Concrete simple objective.
 class FEsStopTest
          A FEsStopTest represents a stop test that depends on the number of function evaluations performed by the algorithm.
 class MaxFEsStopTest
          Concrete simple objective.
 class PerformanceFitnessStopTest
          This class implements the abstract class SimpleStopTest.
 

Uses of SimpleStopTest in es.udc.gii.common.eaf.stoptest.mga
 

Subclasses of SimpleStopTest in es.udc.gii.common.eaf.stoptest.mga
 class MicroGenerationsConvergence
          This class implements a simple stop test for the internal cycle of micro-genetic algorithms.