Optimization (pysit.optimization)¶
Note
This section of the documentation is under construction. The source, however, is documented and you can access that via the Reference/API section.
Introduction¶
Optimization routines are…
Getting Started¶
- A basic history
- Setting line search
- Iteration limit
- Frequency scheduling
Reference/API¶
pysit.optimization Package¶
Classes¶
ConjugateGradient(objective[, reset_length, …]) |
|
GaussNewton(objective[, krylov_maxiter]) |
|
GradientDescent(objective, *args, **kwargs) |
|
LBFGS(objective[, memory_length, …]) |