public class SimpleInitializer extends Initializer
P_POP
Constructor and Description |
---|
SimpleInitializer() |
Modifier and Type | Method and Description |
---|---|
Population |
initialPopulation(EvolutionState state,
int thread)
Creates, populates, and returns a new population by making a new
population, calling setup(...) on it, and calling populate(...)
on it, assuming an unthreaded environment (thread 0).
|
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.
|
Population |
setupPopulation(EvolutionState state,
int thread)
Loads a Population from the parameter file, sets it up, and returns it.
|
public void setup(EvolutionState state, Parameter base)
Setup
public Population initialPopulation(EvolutionState state, int thread)
initialPopulation
in class Initializer
public Population setupPopulation(EvolutionState state, int thread)
Initializer
setupPopulation
in class Initializer