| Package | Description |
|---|---|
| org.opt4j.optimizer.de |
Provides the classes for a (Multi-Objective) Differential Evolution Algorithm.
|
| org.opt4j.optimizer.ea |
Provides the classes for a (Multi-Objective) Evolutionary Algorithm (MOEA).
|
| org.opt4j.optimizer.mopso |
Provides the classes for the multi-objective particle swarm optimizer
MOPSO. |
| org.opt4j.optimizer.rs |
Provides the classes for the random search optimization approach.
|
| org.opt4j.optimizer.sa |
Provides classes for the simulated annealing optimization algorithm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DifferentialEvolutionModule
|
| Modifier and Type | Class and Description |
|---|---|
class |
EvolutionaryAlgorithmModule
The
EvolutionaryAlgorithmModule configures the
EvolutionaryAlgorithm. |
| Modifier and Type | Class and Description |
|---|---|
class |
MOPSOModule
The
MOPSOModule for the MOPSO optimizer. |
| Modifier and Type | Class and Description |
|---|---|
class |
RandomSearchModule
The
RandomSearchModule. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimulatedAnnealingModule
This module binds the
SimulatedAnnealing optimizer. |