|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimbad.picoevo.core.evolution.Operator
simbad.picoevo.core.evolution.SelectionOperator
simbad.picoevo.ext.evolution.SelectionOperator_SimpleRank
public class SelectionOperator_SimpleRank
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 |
---|
public SelectionOperator_SimpleRank()
public SelectionOperator_SimpleRank(java.lang.String __name)
Method Detail |
---|
public static PopulationView performSelectionView(PopulationObject __population, int __nb)
public static PopulationView performSelectionView(PopulationObject __population)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |