Skip to content
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

Adding capabilities of Roots.jl and HomotopyContinuation.jl with NonlinearSolve.jl #396

Open
yewalenikhil65 opened this issue Mar 27, 2024 · 1 comment

Comments

@yewalenikhil65
Copy link

Multiple root like capabilities from Roots.jl ?.
Many Roots.jl solvers can be included or Roots.jl package can be included in NonlinearSolve.jl for its use as common interface

I think @ChrisRackauckas has plans later to include HomotopyContinuation.jl

Summarising this here as issue

@ChrisRackauckas
Copy link
Member

First things first is interface. It probably needs a separate entry point that makes it explicit about giving multiple solutions. Maybe some meta-algorithm wrapper? Deflation(NewtonRhapson()), where then those algorithms always return u as an array of solutions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants