Package edu.duke.cs.osprey.astar.conf
Class ConfAStarTree
java.lang.Object
edu.duke.cs.osprey.astar.conf.ConfAStarTree
- All Implemented Interfaces:
ConfSearch
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from interface edu.duke.cs.osprey.confspace.ConfSearch
ConfSearch.EnergiedConf, ConfSearch.MultiSplitter, ConfSearch.ScoredConf, ConfSearch.Splitter -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ConfAStarFactoryfinal AStarScorerfinal AStarScorerfinal MathTools.Optimizerfinal AStarOrderfinal AStarPrunerfinal RCs -
Method Summary
Modifier and TypeMethodDescriptionGet the total number of conformations in the conformation space.voidstatic ConfAStarTree.MPLPBuildernextConf()Get the conformation in the conformation space with the next lowest score.nextConfs(double thresholdEnergy) Get the next conformations in the conformation space with scores up to maxEnergy.voidvoidMethods 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
nextConfs
-
Field Details
-
order
-
gscorer
-
hscorer
-
optimizer
-
rcs
-
factory
-
pruner
-
-
Method Details
-
MPLPBuilder
-
initProgress
public void initProgress() -
getProgress
-
stopProgress
public void stopProgress() -
setParallelism
-
getNumConformations
Description copied from interface:ConfSearchGet the total number of conformations in the conformation space. This can be an astronomically large number.- Specified by:
getNumConformationsin interfaceConfSearch
-
nextConf
Description copied from interface:ConfSearchGet the conformation in the conformation space with the next lowest score.- Specified by:
nextConfin interfaceConfSearch
-
nextConfs
Description copied from interface:ConfSearchGet the next conformations in the conformation space with scores up to maxEnergy.- Specified by:
nextConfsin interfaceConfSearch
-