You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, structural_simplify has very long runtimes when applied to this model. I imagine that this might make sense, as structural_simplify haven't been optimised for this kind of model yet. However, it might make sense to add it as a future benchmark for evaluating structural_simplifys performance?
The model in question can be found here: https://github.com/SciML/Catalyst_PLOS_COMPBIO_2023/tree/master/Benchmarks/Data (it is the BCR.net file). It is quite large, about 1100 unknowns.
Currently,
structural_simplify
has very long runtimes when applied to this model. I imagine that this might make sense, asstructural_simplify
haven't been optimised for this kind of model yet. However, it might make sense to add it as a future benchmark for evaluatingstructural_simplify
s performance?To retrieve the model run
(I tried priming the model through Catalyst's
remove_conserved
, but that didn't help)Actually simulating the model is fairly straightforward and quick
The text was updated successfully, but these errors were encountered: