Package ffx.algorithms.optimize
Class RotamerOptimizationTest
java.lang.Object
ffx.utilities.FFXTest
ffx.algorithms.misc.AlgorithmsTest
ffx.algorithms.optimize.RotamerOptimizationTest
Test the Goldstein elimination criteria for both self and pair eliminations.
- Author:
- Mallory R. Tollefson, Claire E. OConnell
-
Field Summary
Fields inherited from class ffx.algorithms.misc.AlgorithmsTest
algorithmsScript, binding
-
Constructor Summary
ConstructorsConstructorDescriptionRotamerOptimizationTest
(String info, String filename, String restartName, int startResID, int endResID, int pruningLevel, boolean useGoldstein, boolean useThreeBody, boolean useOriginalRotamers, boolean doOverallOpt, double expectedEnergy, boolean doSelfOpt, double expectedSelfEnergy, boolean doPairOpt, int pairResidue, double expectedPairEnergy, boolean doTripleOpt, int tripleResidue1, int tripleResidue2, double expectedTripleEnergy, double tolerance) -
Method Summary
Methods inherited from class ffx.algorithms.misc.AlgorithmsTest
afterTest, beforeClass, beforeTest, getResourceFile, getResourcePath
Methods inherited from class ffx.utilities.FFXTest
afterClass, registerTemporaryDirectory
-
Constructor Details
-
RotamerOptimizationTest
public RotamerOptimizationTest(String info, String filename, String restartName, int startResID, int endResID, int pruningLevel, boolean useGoldstein, boolean useThreeBody, boolean useOriginalRotamers, boolean doOverallOpt, double expectedEnergy, boolean doSelfOpt, double expectedSelfEnergy, boolean doPairOpt, int pairResidue, double expectedPairEnergy, boolean doTripleOpt, int tripleResidue1, int tripleResidue2, double expectedTripleEnergy, double tolerance)
-
-
Method Details
-
data
-
testPairEnergyElimination
public void testPairEnergyElimination() -
testSelfEnergyElimination
public void testSelfEnergyElimination()
-