|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjmetal.core.SolutionSet
jmetal.util.NonDominatedSolutionList
public class NonDominatedSolutionList
This class implements an unbound list of non-dominated solutions
Field Summary |
---|
Fields inherited from class jmetal.core.SolutionSet |
---|
solutionsList_ |
Constructor Summary | |
---|---|
NonDominatedSolutionList()
Constructor. |
|
NonDominatedSolutionList(java.util.Comparator dominance)
Constructor. |
Method Summary | |
---|---|
boolean |
add(Solution solution)
Inserts a solution in the list |
Methods inherited from class jmetal.core.SolutionSet |
---|
add, best, clear, get, getCapacity, getMaxSize, indexWorst, iterator, printFeasibleFUN, printFeasibleVAR, printObjectives, printObjectivesToFile, printVariablesToFile, remove, replace, setCapacity, size, sort, union, worst, writeObjectivesToMatrix |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NonDominatedSolutionList()
public NonDominatedSolutionList(java.util.Comparator dominance)
dominance
- The comparator for dominance checking.Method Detail |
---|
public boolean add(Solution solution)
add
in class SolutionSet
solution
- The solution to be inserted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |