Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-17 | Update benchmark results for 7950X | Johannes Ranke | 1 | -31/+101 | |
2023-02-17 | Finish adapting to upcoming deSolve | Johannes Ranke | 1 | -45/+151 | |
2022-11-16 | We get about 25% performance gain | Johannes Ranke | 1 | -12/+47 | |
with the custom lsoda call, avoiding repeated getNativeSymbolInfo calls. It's just that we should not be calling foreign functions from different packages, because the may change without notice. Using getNativeSymbolInfo for "call_lsoda" avoids the CRAN note, and a similar call could probably be used for "unlock_solver", avoiding the NOTE in checks for cran, but we should not do this in a CRAN package. | |||||
2022-11-15 | Import saemix for easier profiling, update online docs | Johannes Ranke | 1 | -11/+11 | |
2022-11-14 | Start benchmark vignette for saem fits | Johannes Ranke | 1 | -0/+1953 | |