-
now that https://docs.sciml.ai/Catalyst/stable/tutorials/compositional_modeling/ compositional reactionsystems has matured, i think we may want to do this
it feels more natural and aligned with the…
-
What is the current best way of doing indexing in the boundary conditions?
In the following test, evaluating the bc with a solution gives a deprecation warning,
but if you follow deprecation advice,…
-
(Opening a separate issue from SciML/DiffEqOperators.jl#153 SciML/DiffEqOperators.jl#146 which are about the lazy operators)
Add vector calculus operators (`Laplacian`, `Divergence`, `Gradient`) to…
-
`sim[x1]`, where `x1
-
@Vaibhavdixit02 can you take a look over the next week into updating/upgrading https://github.com/jonathanBieler/BlackBoxOptimizationBenchmarking.jl to Optimization.jl's interface? It would nice to ha…
-
With the new update to MTK v9 we can use the much more efficient method of defining data interpolations as parameter values.
How to do so can be seen here:
https://github.com/SciML/ModelingToolki…
-
This is something that came up as I was looking at adding events into other system types. Maybe this isn't an easy fix, or desired, but right now when new fields get added to systems they don't always…
-
https://github.com/SciML/SciMLBase.jl/pull/9 is a whole system for observables. It would be cool if this could somehow play nice with that.
-
At places, the `solve()` output are pretty long, basically a bunch of numbers that doesn't add much to the docs apart from vertical scrolling. Is there a way to truncate/abbreviate such outputs? Examp…
-
Since https://github.com/SciML/OrdinaryDiffEq.jl/pull/2061#issuecomment-1860963691 just got merged, we could consider printing the output of the `summary_callback` automatically after finishing `solve…