| Package | Description |
|---|---|
| org.opt4j.core.optimizer |
Provides the classes for the optimizer.
|
| 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 | Method and Description |
|---|---|
void |
Control.checkpointStop()
A checkpoint that checks for termination and stop.
|
void |
Optimizer.optimize()
Starts the optimization process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DifferentialEvolution.optimize() |
| Modifier and Type | Method and Description |
|---|---|
void |
EvolutionaryAlgorithm.optimize() |
| Modifier and Type | Method and Description |
|---|---|
void |
MOPSO.optimize() |
| Modifier and Type | Method and Description |
|---|---|
void |
RandomSearch.optimize() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimulatedAnnealing.optimize() |