public class DOVSBreeder extends Breeder
Constructor and Description |
---|
DOVSBreeder() |
Modifier and Type | Method and Description |
---|---|
Population |
breedPopulation(EvolutionState state)
This method have three major part, first identify the best indiviudal,
and then call updateMostPromisingArea(...) to construct a hyperbox around
this individual.
|
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