Minpack interface



On Tue, Jan 20, 2009 at 4:17 PM, Raymond Toy <toy.raymond at gmail.com> wrote:
> And since the code is very similar, I've implemented the nonlinear
> solver from minpack:
>
> minpack_solve(vars, initpt, fcns, [jacobian = matrix], [tolerance = 1d-8])

I think minpack_solve(fcns, vars, initpt,...) would be more consistent
with other functions (solve, mnewton, lbfgs,...).

Andrej