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
LinearMixing is just J = -1 / alpha, and J is never updated, I don't think there is any point of having that, for small problems our Broyden operates in nanoseconds via StaticArrays and for larger problems this won't work anyways
Even ExcitingMixing is a very crappy update rule, unless we have some compelling usecase for that, we should not clutter the implementation.
https://docs.scipy.org/doc/scipy/reference/optimize.root-excitingmixing.html
https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.diagbroyden.html#scipy.optimize.diagbroyden
https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.linearmixing.html#scipy.optimize.linearmixing
The text was updated successfully, but these errors were encountered: