-
Classes in org.uma.jmetal.util.neighborhood.impl that implement Neighborhood
| Modifier and Type |
Class |
Description |
class |
AdaptiveRandomNeighborhood<S> |
This class implements the adaptive random neighborhood (topology) defined by M.
|
class |
C25<S extends Solution<?>> |
Class defining an C25 neighborhood of a solution belonging to a list of solutions which is
structured as a bi-dimensional mesh.
|
class |
C49<S extends Solution<?>> |
Class defining an C49 neighborhood of a solution belonging to a list of solutions which is
structured as a bi-dimensional mesh.
|
class |
C9<S extends Solution<?>> |
Class defining an L9 neighborhood of a solution belonging to a list of solutions which is
structured as a bi-dimensional mesh.
|
class |
KNearestNeighborhood<S extends Solution<?>> |
This class implements a neighborhood that select the k-nearest solutions according to a
distance measure.
|
class |
L13<S extends Solution<?>> |
Class defining an L9 neighborhood of a solution belonging to a list of solutions which is
structured as a bi-dimensional mesh.
|
class |
L25<S extends Solution<?>> |
Class representing neighborhoods for a solution into a list of solutions
|
class |
L41<S extends Solution<?>> |
Class representing neighborhoods for a solution into a list of solutions
|
class |
L5<S extends Solution<?>> |
Class defining an L5 neighborhood of a solution belonging to a list of solutions which is
structured as a bi-dimensional mesh.
|
class |
RingNeighborhood<S extends Solution<?>> |
This class implements a ring-based neighborhood.
|
class |
WeightVectorNeighborhood<S extends Solution<?>> |
This class implements a neighborhood based on the weight vectors of MOEA/D
|
-