Skip to content

Add option to model.fit to specify minimization algorithm to use

Sebastien Wertz requested to merge specify_minimizer into master

Full list is here: https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.minimize.html#scipy.optimize.minimize

Only done for model.fit and not profile or minos for now, because not all algorithms support arbitray constraints.

Merge request reports