public class NEATInitializer extends SimpleInitializer
P_POP| Constructor and Description |
|---|
NEATInitializer() |
| Modifier and Type | Method and Description |
|---|---|
Population |
initialPopulation(EvolutionState state,
int thread)
In NEAT, we provide the algorithm with a start individual from file,
after read the start individual from file, we populate the subpopulation with
mutated version of that template individual.
|
setup, setupPopulationpublic Population initialPopulation(EvolutionState state, int thread)
initialPopulation in class SimpleInitializer