From d89e3d22eb9dc383897b09e9c5aa1b57f65cdbf0 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 21 Feb 2019 14:34:45 +0100 Subject: Add the logistic model --- docs/articles/web_only/compiled_models.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/articles/web_only/compiled_models.html') diff --git a/docs/articles/web_only/compiled_models.html b/docs/articles/web_only/compiled_models.html index 08bb9b44..3a37d114 100644 --- a/docs/articles/web_only/compiled_models.html +++ b/docs/articles/web_only/compiled_models.html @@ -85,7 +85,7 @@

Performance benefit by using compiled model definitions in mkin

Johannes Ranke

-

2019-01-31

+

2019-02-21

@@ -126,9 +126,9 @@ }
## Lade nötiges Paket: rbenchmark
##                    test replications elapsed relative user.self sys.self
-## 3     deSolve, compiled            3   2.353    1.000     2.352        0
-## 1 deSolve, not compiled            3  17.619    7.488    17.609        0
-## 2      Eigenvalue based            3   2.899    1.232     2.898        0
+## 3     deSolve, compiled            3   2.429    1.000     2.427        0
+## 1 deSolve, not compiled            3  17.826    7.339    17.815        0
+## 2      Eigenvalue based            3   2.968    1.222     2.967        0
 ##   user.child sys.child
 ## 3          0         0
 ## 1          0         0
@@ -157,13 +157,13 @@
 }
## Successfully compiled differential equation model from auto-generated C code.
##                    test replications elapsed relative user.self sys.self
-## 2     deSolve, compiled            3   4.180    1.000     4.177        0
-## 1 deSolve, not compiled            3  37.331    8.931    37.312        0
+## 2     deSolve, compiled            3   4.234    1.000     4.232        0
+## 1 deSolve, not compiled            3  37.807    8.929    37.785        0
 ##   user.child sys.child
 ## 2          0         0
 ## 1          0         0

Here we get a performance benefit of a factor of 9 using the version of the differential equation model compiled from C code!

-

This vignette was built with mkin 0.9.47.5 on

+

This vignette was built with mkin 0.9.47.6 on

## R version 3.5.2 (2018-12-20)
 ## Platform: x86_64-pc-linux-gnu (64-bit)
 ## Running under: Debian GNU/Linux 9 (stretch)
-- cgit v1.2.1