Interface | Description |
---|---|
DEOptim.NewCellFactory |
This factory constructs a new
DEOptimCellFactory for each minimization problem. |
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 |
A
DEOptimCellFactory 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).
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.