Uses of Class
ffx.algorithms.optimize.Minimize
Packages that use Minimize
Package
Description
The Optimize package contains local and global optimization algorithms using pure Java and OpenMM
code paths.
-
Uses of Minimize in ffx.algorithms.optimize
Subclasses of Minimize in ffx.algorithms.optimizeModifier and TypeClassDescriptionclass
Minimize the energy of a system to an RMS gradient per atom convergence criteria.class
Given a Context, this class searches for a new set of particle positions that represent a local minimum of the potential energy.Methods in ffx.algorithms.optimize that return MinimizeModifier and TypeMethodDescriptionstatic Minimize
Minimize.minimizeFactory
(MolecularAssembly assembly, Potential potentialEnergy, AlgorithmListener listener, Minimize.MinimizationEngine engine) dynamicsFactory.