Package edu.duke.cs.osprey.astar.comets
Class COMETSTree
- All Implemented Interfaces:
ConfSearch,Serializable
Tree for constrained optimization of multistate energies by tree search
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface edu.duke.cs.osprey.confspace.ConfSearch
ConfSearch.EnergiedConf, ConfSearch.MultiSplitter, ConfSearch.ScoredConf, ConfSearch.Splitter -
Field Summary
Fields inherited from class edu.duke.cs.osprey.astar.AStarTree
numExpanded, numPruned -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanPruneNode(FullAStarNode node) getChildren(FullAStarNode curNode) booleanisFullyAssigned(FullAStarNode node) outputNode(FullAStarNode node) rootNode()seqAsString(int[] seqNodeAssignments) Methods inherited from class edu.duke.cs.osprey.astar.AStarTree
curBestScore, getQueue, initQueue, nextConf, nextConfs, nextLeafNodes, refineScoreMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface edu.duke.cs.osprey.confspace.ConfSearch
getNumConformations, nextConfs
-
Constructor Details
-
COMETSTree
-
-
Method Details
-
getChildren
- Specified by:
getChildrenin classAStarTree<FullAStarNode>
-
rootNode
- Specified by:
rootNodein classAStarTree<FullAStarNode>
-
canPruneNode
- Overrides:
canPruneNodein classAStarTree<FullAStarNode>
-
isFullyAssigned
- Specified by:
isFullyAssignedin classAStarTree<FullAStarNode>
-
outputNode
- Overrides:
outputNodein classAStarTree<FullAStarNode>
-
seqAsString
-