public class NEATBreeder extends Breeder
Constructor and Description |
---|
NEATBreeder() |
Modifier and Type | Method and Description |
---|---|
Population |
breedPopulation(EvolutionState state)
This method simply call breedNewPopulation method in NEATSpecies,where
all the critical work in done.
|
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.
|
public void setup(EvolutionState state, Parameter base)
Setup
public Population breedPopulation(EvolutionState state)
breedPopulation
in class Breeder