Package org.opt4j.operator.neighbor
Class NeighborBoolean
java.lang.Object
org.opt4j.operator.neighbor.NeighborBoolean
- All Implemented Interfaces:
Operator<BooleanGenotype>
,Neighbor<BooleanGenotype>
The
DiversityBoolean
operator for the BooleanGenotype
.-
Field Summary
-
Constructor Summary
ConstructorDescriptionNeighborBoolean
(Rand random) Constructs aNeighbor
operator for theBooleanGenotype
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
neighbor
(BooleanGenotype genotype) Moves theGenotype
to a neighbor.
-
Field Details
-
random
-
-
Constructor Details
-
NeighborBoolean
Constructs aNeighbor
operator for theBooleanGenotype
.- Parameters:
random
- the random number generator
-
-
Method Details