Uses of Class
es.udc.gii.common.eaf.plugin.stoptest.StopTestPlugin

Packages that use StopTestPlugin
es.udc.gii.common.eaf.algorithm.operator.reproduction.mutation.real_code   
es.udc.gii.common.eaf.plugin.parameter   
es.udc.gii.common.eaf.plugin.stoptest   
 

Uses of StopTestPlugin in es.udc.gii.common.eaf.algorithm.operator.reproduction.mutation.real_code
 

Fields in es.udc.gii.common.eaf.algorithm.operator.reproduction.mutation.real_code declared as StopTestPlugin
private  StopTestPlugin MichalewiczNonUniformMutation.plugin
           
 

Uses of StopTestPlugin in es.udc.gii.common.eaf.plugin.parameter
 

Fields in es.udc.gii.common.eaf.plugin.parameter declared as StopTestPlugin
private  StopTestPlugin LinearAnnealing.counter
           
private  StopTestPlugin LogAnnealing.counter
           
 

Constructors in es.udc.gii.common.eaf.plugin.parameter with parameters of type StopTestPlugin
LogAnnealing(StopTestPlugin counter)
           
 

Uses of StopTestPlugin in es.udc.gii.common.eaf.plugin.stoptest
 

Subclasses of StopTestPlugin in es.udc.gii.common.eaf.plugin.stoptest
 class FesPlugin
          This class implements a plugin with the responsability of return the number of current function evaluations (FEs) executed by the algorithm and the maximum number of FEs allowed to execute.
 class GenerationsPlugin
          This class implements a plugin with the responsability of return the number of current generations executed by the algorithm and the maximum number of generations allowed to execute.