simbad.picoevo.ext.evolution
Class SelectionOperator_SimpleRank

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

public class SelectionOperator_SimpleRank
extends SelectionOperator


Field Summary
 
Fields inherited from class simbad.picoevo.core.evolution.Operator
_name
 
Constructor Summary
SelectionOperator_SimpleRank()
           
SelectionOperator_SimpleRank(java.lang.String __name)
           
 
Method Summary
static PopulationView performSelectionView(PopulationObject __population)
          create a view with only all the individuals - the view is ordered note that this method is static, i.e.
static PopulationView performSelectionView(PopulationObject __population, int __nb)
          create a view with only the __nb best individuals - the view is ordered note that this method is static, i.e.
 
Methods inherited from class simbad.picoevo.core.evolution.SelectionOperator
performSelection
 
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_SimpleRank

public SelectionOperator_SimpleRank()

SelectionOperator_SimpleRank

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

performSelectionView

public static PopulationView performSelectionView(PopulationObject __population,
                                                  int __nb)
create a view with only the __nb best individuals - the view is ordered note that this method is static, i.e. this object may not need to be instantiated


performSelectionView

public static PopulationView performSelectionView(PopulationObject __population)
create a view with only all the individuals - the view is ordered note that this method is static, i.e. this object may not need to be instantiated