SciML / Catalyst.jl

Chemical reaction network and systems biology interface for scientific machine learning (SciML). High performance, GPU-parallelized, and O(1) solvers in open source software.
https://docs.sciml.ai/Catalyst/stable/
Other
460 stars 77 forks source link

remake for ReactionSystems #935

Open isaacsas opened 3 months ago

isaacsas commented 3 months ago

Right now we have a lot of places using @set! and such to generate new, modified ReactionSystems. It might be easier to just create an internal remake type function, which would give us one place to handle such modifications, and allow us to ensure it handles any interdependencies that easily be missed with @set! usage.