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
Copy file name to clipboardExpand all lines: benchmarks/NonStiffODE/LotkaVolterra_wpd.jmd
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ author: Chris Rackauckas
8
8
The purpose of this problem is to test the performance on easy problems. Since it's periodic, the error is naturally low, and so most of the difference will come down to startup times and, when measuring the interpolations, the algorithm choices.
9
9
10
10
```julia
11
-
using OrdinaryDiffEq, OrdinaryDiffEqCore, ParameterizedFunctions, ODEInterfaceDiffEq, LSODA,
0 commit comments