Class COMETSNode

java.lang.Object
edu.duke.cs.osprey.astar.FullAStarNode
edu.duke.cs.osprey.astar.comets.COMETSNode
All Implemented Interfaces:
AStarNode, Serializable, Comparable<AStarNode>

public class COMETSNode extends FullAStarNode
Node for sequence-based A* (COMETS) tree Has to deal with conformational search, so significantly more complex than standard A* node
See Also:
  • Constructor Details

    • COMETSNode

      public COMETSNode(int[] nodeAssignments, PruningMatrix[] pruneMat)
    • COMETSNode

      public COMETSNode(COMETSNode cn)