Class RingNeighborhood<S extends Solution<?>>

java.lang.Object
org.uma.jmetal.util.neighborhood.impl.RingNeighborhood<S>
Type Parameters:
S -
All Implemented Interfaces:
Serializable, Neighborhood<S>

public class RingNeighborhood<S extends Solution<?>> extends Object implements Neighborhood<S>
This class implements a ring-based neighborhood. The neighbours of the solution at position i are the particles a positions i - 1 and i + 1.
See Also: