Class NeighborGenericImplementation

java.lang.Object
org.opt4j.operator.AbstractGenericOperator<Neighbor<Genotype>,Neighbor<?>>
org.opt4j.operator.neighbor.NeighborGenericImplementation
All Implemented Interfaces:
Operator<Genotype>, GenericOperator<Neighbor<Genotype>>, Neighbor<Genotype>

public class NeighborGenericImplementation extends AbstractGenericOperator<Neighbor<Genotype>,Neighbor<?>> implements Neighbor<Genotype>
Implementation of the Neighbor interface.
  • Field Details

    • random

      protected final Rand random
  • Constructor Details

    • NeighborGenericImplementation

      @Inject protected NeighborGenericImplementation(Rand random)
      Parameters:
      random - the random number generator
  • Method Details