Module mathru::optimization[][src]

Expand description

Optimization

This module provides functions for minimizing objective functions. It includes solvers for nonlinear problems, nonlinear least-squares.

Structs

Conjugate Gradient method

Gauss-Newton method

Gradient method

Levenberg-Marquardt method

Newton’s method

Traits