User Guide
mushi
Notebooks
API Documentation
Developer Documentation
Bases: object
object
Abstract base class for optimizers.
solution point
verbose (bool) – flag to print convergence messages
bool
Methods
f
Evaluate cost function at current solution point.
run
Optimize until convergence criteria are met.
float64
x (ndarray) – initial point
ndarray
tol (float64) – relative tolerance in objective function
max_iter (int) – maximum number of iterations
int
x