Uses of Class
dev.nm.solver.multivariate.geneticalgorithm.minimizer.deoptim.Rand1Bin
-
Packages that use Rand1Bin Package Description dev.nm.solver.multivariate.geneticalgorithm.minimizer.deoptim -
-
Uses of Rand1Bin in dev.nm.solver.multivariate.geneticalgorithm.minimizer.deoptim
Subclasses of Rand1Bin in dev.nm.solver.multivariate.geneticalgorithm.minimizer.deoptim Modifier and Type Class Description class
Best1Bin
The Best-1-Bin rule is the same as the Rand-1-Bin rule, except that it always pick the best candidate in the population to be the base.class
Best2Bin
The Best-1-Bin rule always picks the best chromosome as the base.
-