Skip to content

EnsembleProblem for NonlinearProblem #365

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
oameye opened this issue Feb 3, 2024 · 1 comment · Fixed by #444
Closed

EnsembleProblem for NonlinearProblem #365

oameye opened this issue Feb 3, 2024 · 1 comment · Fixed by #444

Comments

@oameye
Copy link

oameye commented Feb 3, 2024

Is your feature request related to a problem? Please describe.

Solving ODEProblem for many initial conditions or a parameter sweep in with the EnsembleProblem feature in the OrdinaryDiffEq.jl package is really easy and can be parallelized really easily by choosing the EnsembleAlg.

Describe the solution you’d like

I would be nice to have the same features for NonlinearProblem

Describe alternatives you’ve considered

Now one can easily iterate the solve function with remake. However, the EnsembleProblem infrastructure makes this easy and performant. Another option would be using the SteadyStateProblem from SteadyStateDiffEq.jl package which works with EnsembleProblem. However, the SteadyStateSolver can be less performant.

@ChrisRackauckas
Copy link
Member

Yup this is just a missing part of the interface.

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

Successfully merging a pull request may close this issue.

2 participants