|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ec.Initializer | +--ec.simple.SimpleInitializer
SimpleInitializer is a default Initializer which initializes a Population by calling the Population's populate(...) method. For most applications, this should suffice.
Fields inherited from class ec.Initializer |
P_POP |
Constructor Summary | |
SimpleInitializer()
|
Method Summary | |
Population |
initialPopulation(EvolutionState state)
Creates, populates, and returns a new population by making a new population, calling setup(...) on it, and calling populate(...) on it. |
void |
setup(EvolutionState state,
Parameter base)
Sets up the object by reading it from the parameters stored in state, built off of the parameter base base. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SimpleInitializer()
Method Detail |
public void setup(EvolutionState state, Parameter base)
public Population initialPopulation(EvolutionState state)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |