-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add NonlinearSolveHomotopyContinuation.jl
#523
Conversation
What is left here? |
JuliaHomotopyContinuation/HomotopyContinuation.jl#609 TL;DR: Despite testing the custom system/homotopy here the same way HomotopyContinuation.jl tests theirs, the solve fails because |
d50c15f
to
d7972af
Compare
NonlinearSolveHomotopyContinuation.jl
NonlinearSolveHomotopyContinuation.jl
Add this to the CI |
97892f8
to
f2d580a
Compare
This is a bit stochastic since whether HC considers a root "real" depends on if the imaginary part is less than the accuracy of their solve. Sometimes their results are more accurate, sometimes less. |
That should be easily patchable on their end in like a day? |
f10bd8b
to
f66af4e
Compare
It would be nice to have a short tutorial that showcases a place where Newton methods fail but this gives an accurate answer. Do you have one? |
iirc bruss with some guesses can show this behavior. Will write something |
2dc19ca
to
d2e8ec6
Compare
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Add any other context about the problem here.