Package dev.nm.solver.multivariate.geneticalgorithm.minimizer.deoptim
-
Interface Summary Interface Description DEOptim.NewCellFactory This factory constructs a newDEOptimCellFactory
for each minimization problem. -
Class Summary Class Description 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.Best2Bin The Best-1-Bin rule always picks the best chromosome as the base.DEOptim Differential Evolution (DE) is a global optimization method.DEOptimCellFactory ADEOptimCellFactory
produces DEOptimCellFactory.DeOptimCells.Rand1Bin The Rand-1-Bin rule is defined by: mutation by adding a scaled, randomly sampled vector difference to a third vector (differential mutation); crossover by performing a uniform crossover (discrete recombination).