Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.01 KB

minimizer_types.rst

File metadata and controls

60 lines (37 loc) · 1.01 KB

Algorithm Types of Available Minimizers

Least Squares (ls):

.. algorithmcheckdocs::
    :key: ls

Deriv-Free (deriv_free):

.. algorithmcheckdocs::
    :key: deriv_free

General (general):

.. algorithmcheckdocs::
    :key: general

Simplex (simplex):

.. algorithmcheckdocs::
    :key: simplex

Trust Region (trust_region):

.. algorithmcheckdocs::
    :key: trust_region

Levenberg-Marquardt (levenberg-marquardt):

.. algorithmcheckdocs::
    :key: levenberg-marquardt

Gauss Newton (gauss_newton):

.. algorithmcheckdocs::
    :key: gauss_newton

BFGS (bfgs):

.. algorithmcheckdocs::
    :key: bfgs

Conjugate Gradient (conjugate_gradient):

.. algorithmcheckdocs::
    :key: conjugate_gradient

Steepest Descent (steepest_descent):

.. algorithmcheckdocs::
    :key: steepest_descent

Global Optimization (global_optimization):

.. algorithmcheckdocs::
    :key: global_optimization