SciML / DifferentialEquations.jl

Multi-language suite for high-performance solvers of differential equations and scientific machine learning (SciML) components. Ordinary differential equations (ODEs), stochastic differential equations (SDEs), delay differential equations (DDEs), differential-algebraic equations (DAEs), and more in Julia.
https://docs.sciml.ai/DiffEqDocs/stable/
Other
2.84k stars 224 forks source link

Ensemble Analysis for Steady State Problems #797

Open QiyaoWei opened 3 years ago

QiyaoWei commented 3 years ago

Dear authors,

Hope this message finds you well. I am writing to raise a question about Ensemble analysis, documented here (https://diffeq.sciml.ai/stable/features/ensemble/). I understand that it ensemble analysis works for ODE problems with a timetrace solution---is there similar ensemble analysis support for steady state problems (where the final solution is not over a time interval but just a final value)? If so, are there tutorial examples? Thanks a lot!

ChrisRackauckas commented 3 years ago

Yeah, I think this is an oversight. The ensemble stuff all assumes a timeseries and we need some extra dispatches.