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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNeighborBoolean(Rand random) Constructs aNeighboroperator for theBooleanGenotype. -
Method Summary
Modifier and TypeMethodDescriptionvoidneighbor(BooleanGenotype genotype) Moves theGenotypeto a neighbor.
-
Field Details
-
random
-
-
Constructor Details
-
NeighborBoolean
Constructs aNeighboroperator for theBooleanGenotype.- Parameters:
random- the random number generator
-
-
Method Details