archimedes.optimizeΒΆ
Numerical optimization algorithms
Functions
|
Construct an explicit function from an implicit relation. |
|
Solve nonlinear least squares problems |
|
Solve nonlinear least squares using modified Levenberg-Marquardt algorithm. |
|
Minimize a scalar function with optional constraints and PyTree support. |
|
Create a reusable solver for a nonlinear optimization problem. |
|
Solve a quadratic programming problem |
|
Find a root of a nonlinear function. |
Classes