Package meshi.optimizers

Local minimizers as well as global optimization tools.

See:
          Description

Class Summary
BFGS This class implements a BFGS minimizer according to the scheme in: Numerical Optimization by J.
ConjugateGradient This class implements a nonlinear Conjugate Gradient minimizer PR+ algorithm is implemented.
LBFGS This class implements a LBFGS minimizer according to the scheme in: Numerical Optimization by J.
LineSearch An abstract class of the common function calls in all the Line-Search procedure.
MCM  
Minimizer Minimize energy according to a given set of coordinates and an energy function
Optimizer Minimize energy according to a given set of coordinates and an energy function
Perturbation  
SimpleStepLength This class provide a simple way to find the step length.
SteepestDecent This class implements a simple steepest descent minimizer, using a simple back tracking line search.
TemperatureGenerator  
WolfConditionLineSearch This class implements a line search that satisfies the Wolf conditions according to the scheme in: Numerical Optimization by J.
 

Enum Summary
Optimizer.OptimizerStatus  
 

Exception Summary
LineSearchException  
NoConvergenceException  
OptimizerException  
 

Package meshi.optimizers Description

Local minimizers as well as global optimization tools.