Interface NeighborInteger

  • All Superinterfaces:
    Neighbor<org.opt4j.core.genotype.IntegerGenotype>, org.opt4j.core.optimizer.Operator<org.opt4j.core.genotype.IntegerGenotype>
    All Known Implementing Classes:
    NeighborIntegerRandom

    public interface NeighborInteger
    extends Neighbor<org.opt4j.core.genotype.IntegerGenotype>
    The NeighborInteger is the interface for the Neighbor operator for IntegerGenotype objects.