| Package | Description |
|---|---|
| org.uma.jmetal.operator.impl.localsearch | |
| org.uma.jmetal.util.archive | |
| org.uma.jmetal.util.archive.impl |
| Constructor and Description |
|---|
MutationLocalSearch(int improvementRounds,
MutationOperator mutationOperator,
Archive archive,
Problem problem)
Constructor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BoundedArchive<S extends Solution>
Created by Antonio J.
|
| 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 |
FastHypervolumeArchive<S extends Solution>
This class implements a bounded archive based on the hypervolume quality indicator
|
class |
NonDominatedSolutionListArchive<S extends Solution>
This class implements an archive containing non-dominated solutions
|
Copyright © 2015. All rights reserved.