| Package | Description |
|---|---|
| org.opt4j.optimizer.ea |
Provides the classes for a (Multi-Objective) Evolutionary Algorithm (MOEA).
|
| Modifier and Type | Class and Description |
|---|---|
class |
Crowding
The
Crowding calculates the crowding distance of Individuals
as used for instance in the the Nsga2 algorithm. |
class |
Hypervolume
The
Hypervolume is a FrontDensityIndicator based on
determination of the hypervolume contribution. |
| Constructor and Description |
|---|
Nsga2(Rand random,
int tournament,
FrontDensityIndicator indicator)
|