Minpack interface



Andrej Vodopivec wrote:
> 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,...).
>
>   
Good point.  I'll make that change.  (I like short things at the front
and long things at the end because it's easier to see.)

Ray