SimPEG Optimizers (simpeg.optimization)#
Optimizers#
These optimizers are available within SimPEG for use during inversion.
Unbound Optimizers#
These optimizers all work on unbound minimization functions.
| 
 | |
| 
 | |
| 
 | |
| 
 | Minimizes using CG as the inexact solver of | 
Box Bounded Optimizers#
These optimizers support box bound constraints on the model parameters
| 
 | |
| 
 | 
Root Finding#
| 
 | Newton Method - Root Finding | 
Minimization Base Classes#
These classes are usually inherited or used by the optimization algorithms above to control their execution.
Base Minimizer#
| 
 | Minimize is a general class for derivative based optimization. | 
Minimizer Mixins#
Iteration Printers and Stoppers#
| docstring for IterationPrinters | |
| docstring for StoppingCriteria | 
