Class PLUG.BoundaryPoint

java.lang.Object
edu.duke.cs.osprey.pruning.PLUG.BoundaryPoint
Enclosing class:
PLUG

public static class PLUG.BoundaryPoint extends Object
  • Constructor Details

    • BoundaryPoint

      public BoundaryPoint(double[] dofValues, double violation, double[] gradient)
    • BoundaryPoint

      public BoundaryPoint(double violation)
  • Method Details

    • atBoundary

      public boolean atBoundary()
    • toString

      public String toString()
      Overrides:
      toString in class Object