Free Python optimization framework

Saturday, October 6, 2007

DFP: Data Fit Problem

New OO class have been created:
DFP - Data Fit Problem (non-linear)
currently the only one solver is scipy.optimize.leastsq as scipy_leastsq
see example here

1 comment:

Dmitrey said...

for some reasons DFP class had been renamed to LSP (least squares problem, non-linear)
LSP

See also: linear least squares
LLSP

Maybe DFP will be available in future with syntax similar to MATLAB lsqcurvefit