Uses of Interface
org.uma.jmetal.util.neighborhood.Neighborhood
Packages that use Neighborhood
-
Uses of Neighborhood in org.uma.jmetal.util.neighborhood.impl
Classes in org.uma.jmetal.util.neighborhood.impl that implement NeighborhoodModifier and TypeClassDescriptionclassThis class implements the adaptive random neighborhood (topology) defined by M.classClass defining an C25 neighborhood of a solution belonging to a list of solutions which is structured as a bi-dimensional mesh.classClass defining an C49 neighborhood of a solution belonging to a list of solutions which is structured as a bi-dimensional mesh.classClass defining an L9 neighborhood of a solution belonging to a list of solutions which is structured as a bi-dimensional mesh.classKNearestNeighborhood<S extends Solution<?>>This class implements a neighborhood that select the k-nearest solutions according to a distance measure.classClass defining an L9 neighborhood of a solution belonging to a list of solutions which is structured as a bi-dimensional mesh.classClass representing neighborhoods for a solution into a list of solutionsclassClass representing neighborhoods for a solution into a list of solutionsclassClass defining an L5 neighborhood of a solution belonging to a list of solutions which is structured as a bi-dimensional mesh.classRingNeighborhood<S extends Solution<?>>This class implements a ring-based neighborhood.classWeightVectorNeighborhood<S extends Solution<?>>This class implements a neighborhood based on the weight vectors of MOEA/D -
Uses of Neighborhood in org.uma.jmetal.util.neighborhood.util
Classes in org.uma.jmetal.util.neighborhood.util that implement NeighborhoodModifier and TypeClassDescriptionclassClass defining a bi-dimensional mesh.