protected class DEOptim.Solution extends SimpleGridMinimizer.Solution
DEOptim.f, factory, fmin, fminLast, initials, iteration, nNoChanges, xminparallel, population, uniform| Modifier and Type | Method and Description |
|---|---|
Chromosome |
getChild(int i)
Produce a child chromosome.
|
java.util.List<Chromosome> |
getNextGeneration(java.util.List<Chromosome> parents,
java.util.List<Chromosome> children)
Populate the next generation using the parent and children chromosome pools.
|
initialization, isConverged, minimizer, minimum, search, setInitials, stepgetBest, getNewPool, getOne, nChildren, nPopulation, runpublic java.util.List<Chromosome> getNextGeneration(java.util.List<Chromosome> parents, java.util.List<Chromosome> children)
GeneticAlgorithmgetNextGeneration in class GeneticAlgorithmparents - the parent chromosome poolchildren - the children chromosome poolpublic Chromosome getChild(int i)
GeneticAlgorithmgetChild in class GeneticAlgorithmi - an index that ranges from 0 to (population size - 1)