Package es.urjc.etsii.grafo.mo.pareto
Class NDTreeNode
java.lang.Object
es.urjc.etsii.grafo.mo.pareto.NDTreeNode
NDTreeNode defines nodes used in the NDTree.
- Version:
- 2
- Author:
- Jonathan Fieldsend, Raul Martin
-
Method Summary
Modifier and TypeMethodDescriptionint
coverage()
Returns the number of solutions covered by the (sub)tree rooted at this nodedouble[]
double[]
double[]
void
recursivelyExtract
(List<double[]> a) Recursively extracts all solutions covered by the (sub)tree rooted at this nodetoString()
-
Method Details
-
coverage
public int coverage()Returns the number of solutions covered by the (sub)tree rooted at this node -
recursivelyExtract
Recursively extracts all solutions covered by the (sub)tree rooted at this node -
getEstimatedIdeal
public double[] getEstimatedIdeal() -
getEstimatedNadir
public double[] getEstimatedNadir() -
getMidpoint
public double[] getMidpoint() -
toString
-