public class NondominatedPopulation extends Population
| Modifier and Type | Field and Description |
|---|---|
static double |
Epsilon |
generation, mediator, solutions| Constructor and Description |
|---|
NondominatedPopulation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Solution solution_to_add) |
static boolean |
better(Solution s1,
Solution s2) |
void |
clear() |
static int |
compare(Solution s1,
Solution s2) |
protected double |
getDistance(Solution s1,
Solution s2) |
static int |
invertedCompare(Solution s1,
Solution s2) |
Population |
makeCopy() |
void |
truncate(int size) |
add, any, copy, front2D, front2D, get, initialize, iterator, size, sort, sortAndTruncateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static final double Epsilon
public Population makeCopy()
makeCopy in class Populationpublic boolean add(Solution solution_to_add)
add in class Populationpublic void truncate(int size)
public void clear()
Copyright © 2017. All rights reserved.