Bases: astropy.modeling.fitting.Fitter
Sequential Least Squares Programming optimization algorithm.
The algorithm is described in [R3]. It supports tied and fixed parameters, as well as bounded constraints. Uses scipy.optimize.fmin_slsqp.
Raises: | ModelLinearityError :
|
---|
References
[R3] | (1, 2) http://www.netlib.org/toms/733 |
Attributes Summary
supported_constraints | list() -> new empty list |
Methods Summary
errorfunc(fps, *args) | Compute the sum of the squared residuals |
Attributes Documentation
Methods Documentation
Compute the sum of the squared residuals
Parameters: | fps : list
args : list
|
---|