You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The toms748 algorithm has all the guarantees of brentq but is always faster according to their derivations in the paper references in the scipy docs, hence no reason to not use it I think.
The text was updated successfully, but these errors were encountered:
One example here:
sgtpy/sgtpy/vrmie_pure/density_solver.py
Line 104 in 5206013
The toms748 algorithm has all the guarantees of brentq but is always faster according to their derivations in the paper references in the scipy docs, hence no reason to not use it I think.
The text was updated successfully, but these errors were encountered: