simbad.picoevo.ext.evolution
Class SelectionOperator_MuLambda

java.lang.Object
  extended by simbad.picoevo.core.evolution.Operator
      extended by simbad.picoevo.core.evolution.SelectionOperator
          extended by simbad.picoevo.ext.evolution.SelectionOperator_MuLambda

public class SelectionOperator_MuLambda
extends SelectionOperator


Field Summary
 
Fields inherited from class simbad.picoevo.core.evolution.Operator
_name
 
Constructor Summary
SelectionOperator_MuLambda()
           
SelectionOperator_MuLambda(java.lang.String __name)
           
 
Method Summary
 void performSelection(PopulationObject __population)
          perform a selection and renew the Population.
 
Methods inherited from class simbad.picoevo.core.evolution.Operator
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionOperator_MuLambda

public SelectionOperator_MuLambda()

SelectionOperator_MuLambda

public SelectionOperator_MuLambda(java.lang.String __name)
Method Detail

performSelection

public void performSelection(PopulationObject __population)
Description copied from class: SelectionOperator
perform a selection and renew the Population. Should be implemented in inherited classes.

Overrides:
performSelection in class SelectionOperator