| Package | Description |
|---|---|
| org.uma.jmetal.operator.impl.localsearch | |
| org.uma.jmetal.util.archive | |
| org.uma.jmetal.util.archive.impl |
| Constructor and Description |
|---|
ArchiveMutationLocalSearch(int improvementRounds,
MutationOperator<S> mutationOperator,
Archive<S> archive,
Problem<S> problem)
Constructor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BoundedArchive<S>
Interface representing a bounded archive of solutions
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBoundedArchive<S extends Solution<?>> |
class |
AdaptiveGridArchive<S extends Solution<?>>
This class implements an archive (solution list) based on an adaptive grid used in PAES
|
class |
CrowdingDistanceArchive<S extends Solution<?>>
Created by Antonio J.
|
class |
HypervolumeArchive<S extends Solution<?>>
Created by Antonio J.
|
class |
NonDominatedSolutionListArchive<S extends Solution<?>>
This class implements an archive containing non-dominated solutions
|
Copyright © 2017. All rights reserved.