| Package | Description |
|---|---|
| org.opt4j.operator.algebra |
Provides the classes for the algebra operator for genotypes.
|
| org.opt4j.operator.copy |
Provides the classes for the copy operator for genotypes.
|
| org.opt4j.operator.crossover |
Provides the classes for the crossover operator for genotypes.
|
| org.opt4j.operator.diversity |
Provides the classes for the distance operator for genotypes.
|
| org.opt4j.operator.mutate |
Provides the classes for the mutate operator for genotypes.
|
| org.opt4j.operator.neighbor |
Provides the classes for the neighbor operator for genotypes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlgebraGenericImplementation
The
AlgebraGenericImplementation is a standard implementation of the
Algebra interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
CopyGenericImplementation
Implementation of the
Copy interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
CrossoverGenericImplementation
Implementation of the
Crossover interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
DiversityGenericImplementation
The
DiversityGenericImplementation is a standard implementation of
the Diversity interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
MutateGenericImplementation
Implementation of the
Mutate interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
NeighborGenericImplementation
Implementation of the
Neighbor interface. |