From af84d618508d5882072ab7b8de481cb5efc60852 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 21 Feb 2019 15:01:03 +0100 Subject: Make example logistic fit quiet --- docs/articles/web_only/compiled_models.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 3a37d114..e1149c67 100644 --- a/docs/articles/web_only/compiled_models.html +++ b/docs/articles/web_only/compiled_models.html @@ -126,14 +126,14 @@ }
## Lade nötiges Paket: rbenchmark
##                    test replications elapsed relative user.self sys.self
-## 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
+## 3     deSolve, compiled            3   2.329    1.000     2.327        0
+## 1 deSolve, not compiled            3  17.556    7.538    17.549        0
+## 2      Eigenvalue based            3   2.863    1.229     2.860        0
 ##   user.child sys.child
 ## 3          0         0
 ## 1          0         0
 ## 2          0         0
-

We see that using the compiled model is by a factor of around 7 faster than using the R version with the default ode solver, and it is even faster than the Eigenvalue based solution implemented in R which does not need iterative solution of the ODEs.

+

We see that using the compiled model is by a factor of around 8 faster than using the R version with the default ode solver, and it is even faster than the Eigenvalue based solution implemented in R which does not need iterative solution of the ODEs.

@@ -157,8 +157,8 @@ }

## Successfully compiled differential equation model from auto-generated C code.
##                    test replications elapsed relative user.self sys.self
-## 2     deSolve, compiled            3   4.234    1.000     4.232        0
-## 1 deSolve, not compiled            3  37.807    8.929    37.785        0
+## 2     deSolve, compiled            3   4.105    1.000     4.101        0
+## 1 deSolve, not compiled            3  37.400    9.111    37.381        0
 ##   user.child sys.child
 ## 2          0         0
 ## 1          0         0
-- cgit v1.2.1