Package es.urjc.etsii.grafo.mo.pareto
Class ParetoSimpleList<S extends Solution<S,I>,I extends Instance>
java.lang.Object
es.urjc.etsii.grafo.mo.pareto.ParetoSet<S,I>
es.urjc.etsii.grafo.mo.pareto.ParetoSimpleList<S,I>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class es.urjc.etsii.grafo.mo.pareto.ParetoSet
add, add, ejectedSolution, getElites, getLastModifiedTime, getTrackedSolutions, resetElites, toMatrix, toText, tryAddToElite, weaklyDominates
-
Constructor Details
-
ParetoSimpleList
public ParetoSimpleList(int nObjectives)
-
-
Method Details
-
clear
public void clear() -
add
public boolean add(double[] solution) -
size
public int size() -
stream
-