be called once typically in a run. */
public Population initialPopulation(final EvolutionState state, int thread)
{
Population p = setupPopulation(state, thread);
p.populate(state, thread);
return p;
}
public Population setupPopulation(final EvolutionState state, int thread)
{