diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-21 15:01:03 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-21 15:01:03 +0100 |
commit | af84d618508d5882072ab7b8de481cb5efc60852 (patch) | |
tree | 23d35343d155659c437770cfbf5f6b5d28920bf3 /docs/articles/web_only | |
parent | d89e3d22eb9dc383897b09e9c5aa1b57f65cdbf0 (diff) |
Make example logistic fit quiet
Diffstat (limited to 'docs/articles/web_only')
-rw-r--r-- | docs/articles/web_only/compiled_models.html | 12 |
1 files changed, 6 insertions, 6 deletions
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 @@ <a class="sourceLine" id="cb5-16" data-line-number="16">}</a></code></pre></div> <pre><code>## Lade nötiges Paket: rbenchmark</code></pre> <pre><code>## 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</code></pre> -<p>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.</p> +<p>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.</p> </div> <div id="model-that-can-not-be-solved-with-eigenvalues" class="section level2"> <h2 class="hasAnchor"> @@ -157,8 +157,8 @@ <a class="sourceLine" id="cb8-16" data-line-number="16">}</a></code></pre></div> <pre><code>## Successfully compiled differential equation model from auto-generated C code.</code></pre> <pre><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</code></pre> |