Class L25<S extends Solution<?>>
java.lang.Object
org.uma.jmetal.util.neighborhood.util.TwoDimensionalMesh<S>
org.uma.jmetal.util.neighborhood.impl.L25<S>
- All Implemented Interfaces:
Serializable,Neighborhood<S>
Class representing neighborhoods for a solution into a list of solutions
- Author:
- Esteban López Camacho
- 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
-
L25
public L25(int rows, int columns) Constructor. Defines a neighborhood for solutionSetSize
-