|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectec.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.
| Field Summary |
| 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)
Setup
public Population initialPopulation(EvolutionState state)
initialPopulation in class Initializer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||