Class NDTreeNode

java.lang.Object
es.urjc.etsii.grafo.mo.pareto.NDTreeNode

public class NDTreeNode extends Object
NDTreeNode defines nodes used in the NDTree.
Version:
2
Author:
Jonathan Fieldsend, Raul Martin
  • Method Details

    • coverage

      public int coverage()
      Returns the number of solutions covered by the (sub)tree rooted at this node
    • recursivelyExtract

      public void recursivelyExtract(List<double[]> a)
      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

      public String toString()
      Overrides:
      toString in class Object