nifty8.minimization.scipy_minimizer module#

L_BFGS_B(ftol, gtol, maxiter, maxcor=10, disp=False, bounds=None)[source]#

Returns a _ScipyMinimizer object carrying out the L-BFGS-B algorithm.

See also

_ScipyMinimizer