ess.sans.beam_center_finder.minimize
ess.sans.beam_center_finder.minimize#
- ess.sans.beam_center_finder.minimize(fun, x0, args=(), bounds=None, method='Nelder-Mead', tol=0.1)#
Minimize the supplied cost function using Scipy’s optimize.minimize. See the Scipy docs for more details.
- Parameters
- Returns
The result of the minimization.