Uses of Enum Class
ffx.algorithms.optimize.RotamerOptimization.Algorithm
Packages that use RotamerOptimization.Algorithm
Package
Description
The Algorithms CLI package defines options for PicoCLI command line scripts.
The Optimize package contains local and global optimization algorithms using pure Java and OpenMM
code paths.
-
Uses of RotamerOptimization.Algorithm in ffx.algorithms.cli
Methods in ffx.algorithms.cli that return RotamerOptimization.AlgorithmModifier and TypeMethodDescriptionManyBodyOptions.getAlgorithm
(int numResidues) Returns the user selected algorithm or one chosen based on number of residues. -
Uses of RotamerOptimization.Algorithm in ffx.algorithms.optimize
Methods in ffx.algorithms.optimize that return RotamerOptimization.AlgorithmModifier and TypeMethodDescriptionRotamerOptimization.Algorithm.getAlgorithm
(int algorithm) Returns the enum constant of this class with the specified name.static RotamerOptimization.Algorithm[]
RotamerOptimization.Algorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ffx.algorithms.optimize with parameters of type RotamerOptimization.AlgorithmModifier and TypeMethodDescriptiondouble
RotamerOptimization.optimize
(RotamerOptimization.Algorithm algorithm) Perform the rotamer optimization using the specified algorithm.