SciML / SciMLExpectations.jl

Fast uncertainty quantification for scientific machine learning (SciML) and differential equations
https://docs.sciml.ai/SciMLExpectations/stable/
Other
66 stars 20 forks source link

start batching #97

Open ArnoStrouwen opened 1 year ago

ArnoStrouwen commented 1 year ago

Specifying a batching algorithm in SystemMap currently leads to method ambiguities. Maybe specify args more explicitly as a solver and an ensemble solver?

struct SystemMap{DT <: DiffEqBase.DEProblem, A, K}
    prob::DT
    args::A
    kwargs::K
end