We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
3a21756
Bug fixes/enhancements:
fixed bug in Model.make_params() for initial parameter values that were not recognized as floats such as np.Int64. (Issue #871; PR #872)
Model.make_params()
np.Int64
explicitly set maxfun for l-bfgs-b method when setting maxiter. (Issue #864; Discussion #865; PR #866)
maxfun
l-bfgs-b
maxiter