| Package | Description |
|---|---|
| org.uma.jmetal.util.archive.impl | |
| org.uma.jmetal.util.archivewithreferencepoint | |
| org.uma.jmetal.util.archivewithreferencepoint.impl |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArchiveWithReferencePoint<S extends Solution<?>>
This class defines a bounded archive that has associated a reference point as described in the paper
"Extending the Speed-constrained Multi-Objective PSO (SMPSO) With Reference Point Based Preference Articulation
Accepted in PPSN 2018.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CrowdingDistanceArchiveWithReferencePoint<S extends Solution<?>>
Class representing a
ArchiveWithReferencePoint archive using a crowding distance based density estimator |
class |
HypervolumeArchiveWithReferencePoint<S extends Solution<?>>
Class representing a
ArchiveWithReferencePoint archive using a hypervolume contribution based
density estimator. |
Copyright © 2018. All rights reserved.