Minimize a function using the BFGS algorithm.
Parameters: |
|
---|---|
Returns: | (xopt, {fopt, gopt, Hopt, func_calls, grad_calls, warnflag}, <allvecs>)
|
Notes: | Optimize the function, f, whose gradient is given by fprime using the quasi-Newton method of Broyden, Fletcher, Goldfarb, and Shanno (BFGS) See Wright, and Nocedal ‘Numerical Optimization’, 1999, pg. 198. |
---|
See Also:
- scikits.openopt : SciKit which offers a unified syntax to call
- this and other solvers.