|
||||||||||
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
public abstract class SelectionOperator
This operator is usually called through a performSelection method to select some objects according to a given criterion. This operator is usually applied on a World or Population to select enclosed Individuals
Field Summary |
---|
Fields inherited from class simbad.picoevo.core.evolution.Operator |
---|
_name |
Constructor Summary | |
---|---|
SelectionOperator()
|
|
SelectionOperator(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 |
---|
public SelectionOperator()
public SelectionOperator(java.lang.String __name)
Method Detail |
---|
public void performSelection(PopulationObject __population)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |