Class L5<S extends Solution<?>>
java.lang.Object
org.uma.jmetal.util.neighborhood.util.TwoDimensionalMesh<S>
org.uma.jmetal.util.neighborhood.impl.L5<S>
- All Implemented Interfaces:
Serializable,Neighborhood<S>
Class defining an L5 neighborhood of a solution belonging to a list of solutions which is
structured as a bi-dimensional mesh. The neighbors are those solutions that are in the positions
North, South, East and West
Shape:
*
* o *
*
- Author:
- Antonio J. Nebro, Juan J. Durillo
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.uma.jmetal.util.neighborhood.Neighborhood
Neighborhood.NeighborType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.uma.jmetal.util.neighborhood.util.TwoDimensionalMesh
getNeighbors
-
Constructor Details
-
L5
public L5(int rows, int columns) Constructor. Defines a neighborhood for a solution set of rows x columns solutions
-