| Package | Description |
|---|---|
| org.opt4j.common.archive |
Provides different implementations for the
Archive. |
| org.opt4j.core |
Provides the classes that join the problem and optimizer.
|
| org.opt4j.core.domination | |
| org.opt4j.core.optimizer |
Provides the classes for the optimizer.
|
| org.opt4j.optimizer.ea |
Provides the classes for a (Multi-Objective) Evolutionary Algorithm (MOEA).
|
| org.opt4j.viewer |
Provides the classes for the optimization visualization, i.e., the
Viewer. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractArchive
This
AbstractArchive provides some common methods for Archive
s. |
class |
AdaptiveGridArchive
The
AdaptiveGridArchive uses an adaptive grid in order to bound the
size of the Archive. |
class |
BoundedArchive
An
Archive with bounded size. |
class |
CrowdingArchive
|
class |
DefaultArchive
|
class |
PopulationArchive
|
class |
UnboundedArchive
An
Archive of unbounded size. |
| Modifier and Type | Method and Description |
|---|---|
void |
IndividualSetListener.individualAdded(IndividualSet collection,
Individual individual)
Invoked if the
Individual is added to the IndividualSet. |
void |
IndividualSetListener.individualRemoved(IndividualSet collection,
Individual individual)
Invoked if the
Individual is removed from the
IndividualSet. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstraintCheckerImpl.individualAdded(IndividualSet collection,
Individual individual) |
void |
ConstraintCheckerImpl.individualRemoved(IndividualSet collection,
Individual individual) |
| Modifier and Type | Class and Description |
|---|---|
class |
Archive
An
Archive is used to store a set of high-quality Individual
s. |
class |
Population
The
Population manages a set of Individuals. |
| Modifier and Type | Method and Description |
|---|---|
void |
ScalingNsga2.individualAdded(IndividualSet collection,
Individual individual) |
void |
ScalingNsga2.individualRemoved(IndividualSet collection,
Individual individual) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArchiveWidget.individualAdded(IndividualSet collection,
Individual individual) |
void |
PopulationWidget.individualAdded(IndividualSet collection,
Individual individual) |
void |
ArchiveWidget.individualRemoved(IndividualSet collection,
Individual individual) |
void |
PopulationWidget.individualRemoved(IndividualSet collection,
Individual individual) |