SciML / SciMLBase.jl

The Base interface of the SciML ecosystem
https://docs.sciml.ai/SciMLBase/stable
MIT License
118 stars 91 forks source link

Make DDEProblem mutable #723

Open m-bossart opened 5 days ago

m-bossart commented 5 days ago

Same approach that was taken with ODEProblempreviously. Makes DDEProblem mutable and includes a warning if any of the fields are mutated. The reason is to add compatibility with Enzyme.jl