Uses of Interface
ffx.numerics.optimization.OptimizationListener
Packages that use OptimizationListener
Package
Description
The Optimize package contains local and global optimization algorithms using pure Java and OpenMM
code paths.
The Optimization package implements the limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS)
algorithm for large-scale multidimensional unconstrained optimization problems.
The X-ray package implements support for X-ray and Neutron refinement.
-
Uses of OptimizationListener in ffx.algorithms.optimize
Classes in ffx.algorithms.optimize that implement OptimizationListenerModifier and TypeClassDescriptionclassMinimize the energy of a system to an RMS gradient per atom convergence criteria.classMinimize the potential energy of a system to an RMS gradient per atom convergence criteria.classGiven a Context, this class searches for a new set of particle positions that represent a local minimum of the potential energy.classMinimize the potential energy of a system to an RMS gradient per atom convergence criteria. -
Uses of OptimizationListener in ffx.numerics.optimization
Methods in ffx.numerics.optimization with parameters of type OptimizationListenerModifier and TypeMethodDescriptionstatic intLBFGS.minimize(int n, int mSave, double[] x, double f, double[] g, double eps, int maxIterations, OptimizationInterface potential, OptimizationListener listener) This method solves the unconstrained minimization problemstatic intLBFGS.minimize(int n, int mSave, double[] x, double f, double[] g, double eps, OptimizationInterface potential, OptimizationListener listener) This method solves the unconstrained minimization problem -
Uses of OptimizationListener in ffx.xray
Classes in ffx.xray that implement OptimizationListenerModifier and TypeClassDescriptionclassRefinement minimization class usingOptimizationListenerinterface, constructs aRefinementEnergyobject for this purposeclassScaleBulkMinimize class.classSigmaAMinimize class.classSplineMinimize class.