Class L13<S extends Solution<?>>

java.lang.Object
org.uma.jmetal.util.neighborhood.util.TwoDimensionalMesh<S>
org.uma.jmetal.util.neighborhood.impl.L13<S>
All Implemented Interfaces:
Serializable, Neighborhood<S>

public class L13<S extends Solution<?>> extends TwoDimensionalMesh<S>
Class defining an L9 neighborhood of a solution belonging to a list of solutions which is structured as a bi-dimensional mesh. The neighbors are illustrated as follows: * * * * * * o * * * * * *
Author:
Esteban López Camacho
See Also: