| Package | Description |
|---|---|
| org.opt4j.operator.algebra |
Provides the classes for the algebra operator for genotypes.
|
| org.opt4j.optimizer.de |
Provides the classes for a (Multi-Objective) Differential Evolution Algorithm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlgebraDouble
The
AlgebraDouble for DoubleGenotype. |
class |
AlgebraGenericImplementation
The
AlgebraGenericImplementation is a standard implementation of the
Algebra interface. |
| Constructor and Description |
|---|
DifferentialEvolution(Population population,
Archive archive,
IndividualFactory individualFactory,
IndividualCompleter completer,
Control control,
Algebra<Genotype> algebra,
Selector selector,
Rand random,
Crossover<Genotype> crossover,
Iteration iteration,
int alpha,
double scalingFactor)
Constructs a
DifferentialEvolution. |