Package org.opt4j.operator.neighbor
package org.opt4j.operator.neighbor
Provides the classes for the neighbor operator for genotypes.
- See Also:
-
ClassDescriptionThe basic
NeighborModule
.Type ofNeighbor
operator for thePermutationGenotype
.TheNeighbor
operator as it is used for Simulated Annealing.TheDiversityBoolean
operator for theBooleanGenotype
.TheNeighborDouble
operator for theDoubleGenotype
.Implementation of theNeighbor
interface.TheNeighborIntegerRandom
selects on element of anIntegerGenotype
and changes it.TheNeighborModule
is used for modules for theNeighbor
operator.Interface for theNeighbor
operator for thePermutationGenotype
.Neighbor for thePermutationGenotype
.Randomly selects betweenNeighborPermutationSwap
,NeighborPermutationInsert
, andNeighborPermutationRevert
.Neighbor for thePermutationGenotype
.Neighbor operator for thePermutationGenotype
.