Class | Description |
---|---|
CornerMap |
CornerMap can help us to quickly identify the possible individuals that is
able to form a hyperbox around best individual.
|
DOVSBreeder |
DOVSBreeder is a Breeder which overrides the breedPopulation method to first
construct hyperbox around current best individual and replace the population
with new individuals sampled from this hyperbox.
|
DOVSDefaults |
DOVSDefaults is the basic defaults class for the dovs package.
|
DOVSEvaluator |
The DOVSEvaluator is a SimpleEvaluator to evaluate the Individual.
|
DOVSFitness |
DOVSFitness is a subclass of Fitness which implements contains important
statistics about simulation results of the individual.
|
DOVSInitializer |
DOVSInitializer is a SimpleInitializer which ensures that the subpopulations
are create from an existing individual read from file.
|
DOVSSpecies |
DOVSSpecies is a IntegerVectorSpecies which implements DOVS algorithm.
|
HyperboxSpecies |
HyperboxSpecies is a DOVSSpecies which contains method for updating promising
sample area and also sample from that area.
|