Uses of Interface
es.udc.gii.common.eaf.plugin.Plugin

Packages that use Plugin
es.udc.gii.common.eaf.algorithm.operator.reproduction.mutation.de.mutationStrategy   
es.udc.gii.common.eaf.algorithm.operator.selection   
es.udc.gii.common.eaf.plugin.evaluation   
es.udc.gii.common.eaf.plugin.individual   
es.udc.gii.common.eaf.plugin.multiobjective   
es.udc.gii.common.eaf.plugin.multiobjective.crowding   
es.udc.gii.common.eaf.plugin.parameter   
es.udc.gii.common.eaf.plugin.stoptest   
 

Uses of Plugin in es.udc.gii.common.eaf.algorithm.operator.reproduction.mutation.de.mutationStrategy
 

Subinterfaces of Plugin in es.udc.gii.common.eaf.algorithm.operator.reproduction.mutation.de.mutationStrategy
 interface DEMutationStrategy
           
 

Classes in es.udc.gii.common.eaf.algorithm.operator.reproduction.mutation.de.mutationStrategy that implement Plugin
 class BestDEMutationStrategy
           
 class RandomDEMutationStrategy
           
 

Uses of Plugin in es.udc.gii.common.eaf.algorithm.operator.selection
 

Classes in es.udc.gii.common.eaf.algorithm.operator.selection that implement Plugin
protected  class ExtintionOperator.Wxy
           
protected  class ExtintionOperator.WxyMaximizing
           
protected  class ExtintionOperator.WxyMinimizing
           
 

Uses of Plugin in es.udc.gii.common.eaf.plugin.evaluation
 

Subinterfaces of Plugin in es.udc.gii.common.eaf.plugin.evaluation
 interface IndividualImprover
           
 

Uses of Plugin in es.udc.gii.common.eaf.plugin.individual
 

Classes in es.udc.gii.common.eaf.plugin.individual that implement Plugin
 class BestIndividual
           
 class ClosestIndividual
           
 class IndividualChooser
           
 class RandomIndividual
           
 

Uses of Plugin in es.udc.gii.common.eaf.plugin.multiobjective
 

Classes in es.udc.gii.common.eaf.plugin.multiobjective that implement Plugin
 class NSGA2Ranking
          This class has a method which calculates the rank of each individual in a population.
 

Uses of Plugin in es.udc.gii.common.eaf.plugin.multiobjective.crowding
 

Classes in es.udc.gii.common.eaf.plugin.multiobjective.crowding that implement Plugin
 class Crowding
          This plugin calculates the crowding distance of a NSGA2Individual.
 class ObjectiveSpaceCrowding
          A crowding plugin.
 class ParameterSpaceCrowding
           
 

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

Classes in es.udc.gii.common.eaf.plugin.parameter that implement Plugin
 class Constant
           
 class LinearAnnealing
           
 class LogAnnealing
           
 class Parameter
           
 class RandomValue
          A parameter that returns a evenly distributed random value between two given bounds.
 

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

Classes in es.udc.gii.common.eaf.plugin.stoptest that implement Plugin
 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.
 class StopTestPlugin