optimize#
Minimization and root finding of arbitrary functions.
Analogous to scipy.optimize.
Functions
|
Find the root of a given function using the secant method. |
|
Find the root of a given function using Newton's method |
|
Find the local minimum of the given function using the gradient descent method. |