Class NeighborIntegerRandom

java.lang.Object
org.opt4j.operator.neighbor.NeighborIntegerRandom
All Implemented Interfaces:
Operator<IntegerGenotype>, Neighbor<IntegerGenotype>, NeighborInteger

public class NeighborIntegerRandom extends Object implements NeighborInteger
The NeighborIntegerRandom selects on element of an IntegerGenotype and changes it. The neighbor is created randomly between the lower and upper bounds.