Axel Larsson

Results 16 comments of Axel Larsson

> > For some reason, for Linux, the test is failing at the example run due to "Operating system error: Cannot allocate memory" > > > > @axla-io Axel, didn't...

I'm running Julia 1.8.1 with Enzyme v0.10.6 on Mac M1 architecture

Actually it's very interesting, if I run the example by @andrewjradcliffe both versions work.

Hi @gokhalen , can you paste the entire code you use for both the offline and online phase? The `-sc` parameter scales the load so if you used an `-sc`...

Ah now I see what you mean. My bad, I did not know that the sampling was done for `sc` = 3.9 and 4.1 in the example. In the documentation...

This is a really interesting find @gokhalen It's not always straightforward to tell what -rvdim that will give the best result. There is a function that generates a summary when...

Thank you @gokhalen for taking the time to do these experiments! Indeed the lower `sc` gives a lower error and one can intuitively understand why from the IC definition: ```...

This is the link: https://software.llnl.gov/libROM/html/index.html

Alright. If I'd like to add this, two options come to mind: 1. Changing the callback handling so that the solve function checks if a user defined `TerminateSteadyState` callback is...

But I don't know if adding this would have any benefits over just using ODEProblem with infinite timespan and a TerminateSteadyState condition...