|
||||||||||
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.EvolveOperator
public abstract class EvolveOperator
This operator should enclose all commands to perform an evolution for a given object. Usually such an operator should be defined for a World or a Population and perform *one* single evolution step (in the case of generational-like evolution). This operator may be useful only in the scope of synchronous evolution (i.e. one full step after another).
Field Summary |
---|
Fields inherited from class simbad.picoevo.core.evolution.Operator |
---|
_name |
Constructor Summary | |
---|---|
EvolveOperator(java.lang.String __name)
|
Method Summary | |
---|---|
abstract void |
evolve(java.lang.Object __o)
evolve one step for the given object (usually : a 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 EvolveOperator(java.lang.String __name)
Method Detail |
---|
public abstract void evolve(java.lang.Object __o)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |