es.udc.gii.common.eaf.algorithm.operator.selection
Class UniformSelection

java.lang.Object
  extended by es.udc.gii.common.eaf.algorithm.operator.selection.SelectionOperator
      extended by es.udc.gii.common.eaf.algorithm.operator.selection.UniformSelection
All Implemented Interfaces:
Operator, Configurable

public class UniformSelection
extends SelectionOperator

Author:
pilar

Constructor Summary
UniformSelection()
          Creates a new instance of UniformSelection
 
Method Summary
 void configure(org.apache.commons.configuration.Configuration conf)
           
protected  Individual select(EvolutionaryAlgorithm algorithm, java.util.List<Individual> individuals)
           
 
Methods inherited from class es.udc.gii.common.eaf.algorithm.operator.selection.SelectionOperator
operate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UniformSelection

public UniformSelection()
Creates a new instance of UniformSelection

Method Detail

configure

public void configure(org.apache.commons.configuration.Configuration conf)
Specified by:
configure in interface Configurable
Overrides:
configure in class SelectionOperator

select

protected Individual select(EvolutionaryAlgorithm algorithm,
                            java.util.List<Individual> individuals)
Specified by:
select in class SelectionOperator