See: Description
Interface | Description |
---|---|
Neighbor<G extends org.opt4j.core.Genotype> |
The
Neighbor operator as it is used for Simulated Annealing. |
NeighborInteger | |
NeighborPermutation |
Interface for the
Neighbor operator for the
PermutationGenotype . |
Class | Description |
---|---|
BasicNeighborModule |
The basic
NeighborModule . |
NeighborBoolean |
The
DiversityBoolean operator for the BooleanGenotype . |
NeighborDouble |
The
NeighborDouble operator for the DoubleGenotype . |
NeighborGenericImplementation |
Implementation of the
Neighbor interface. |
NeighborIntegerRandom |
The
NeighborIntegerRandom selects on element of an
IntegerGenotype and changes it. |
NeighborModule |
The
NeighborModule is used for modules for the Neighbor
operator. |
NeighborPermutationInsert |
Neighbor for the
PermutationGenotype . |
NeighborPermutationMixed |
Randomly selects between
NeighborPermutationSwap ,
NeighborPermutationInsert , and NeighborPermutationRevert . |
NeighborPermutationRevert |
Neighbor for the
PermutationGenotype . |
NeighborPermutationSwap |
Neighbor operator for the
PermutationGenotype . |
Enum | Description |
---|---|
BasicNeighborModule.PermutationType |
Type of
Neighbor operator for the PermutationGenotype . |
Neighbor