initialPopulation
public Population initialPopulation(EvolutionState state,
int thread)
In DOVS, we provide the algorithm with a start individual from file, this
start individual is the start search point of the DOVS algorithm. We use
this start point to construct a hyperbox contains promising solutions,
and sample from this region, the number of sample is equal to parameter
"pop.subpop.X.size" in parameter files.
However, due to redundant samples, we the final individuals size may be
smaller than what have been specified in pop.subpop.X.size.
- Overrides:
initialPopulation
in class SimpleInitializer