|
||||||||||
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_GetView
public class SelectionOperator_GetView
Field Summary |
---|
Fields inherited from class simbad.picoevo.core.evolution.Operator |
---|
_name |
Constructor Summary | |
---|---|
SelectionOperator_GetView()
|
|
SelectionOperator_GetView(java.lang.String __name)
|
Method Summary | |
---|---|
static PopulationView |
performSelectionView(Population __population)
create a view with only all the individuals - the view is ordered note that this method is static, i.e. |
static PopulationView |
performSelectionView(Population __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_GetView()
public SelectionOperator_GetView(java.lang.String __name)
Method Detail |
---|
public static PopulationView performSelectionView(Population __population, int __nb)
public static PopulationView performSelectionView(Population __population)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |