Class and 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.DeBest2BinCell |
DEOptim.NewCellFactory
This factory constructs a new
DEOptimCellFactory for each minimization problem. |
DEOptimCellFactory
A
DEOptimCellFactory produces DEOptimCellFactory.DeOptimCells. |
DEOptimCellFactory.DeOptimCell
A
DeOptimCell is a chromosome for a real valued function (an optimization problem)
and a candidate solution. |
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).
|
Rand1Bin.DeRand1BinCell
This chromosome defines the Rand-1-Bin rule.
|
Class and Description |
---|
DEOptimCellFactory
A
DEOptimCellFactory produces DEOptimCellFactory.DeOptimCells. |
DEOptimCellFactory.DeOptimCell
A
DeOptimCell is a chromosome for a real valued function (an optimization problem)
and a candidate solution. |
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.