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
An experimental Halley's method implementation. Improves the convergence rate of Newton's method by using second-order derivative information to correct the descent direction.
6
+
7
+
Currently depends on TaylorDiff.jl to handle the correction terms,
8
+
might have more general implementation in the future.
0 commit comments