aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/mmkin.html
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-11-18 15:01:53 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2016-11-18 15:22:42 +0100
commitc6086d1dd97ad2d6420625de7b8009b1b0f85d06 (patch)
tree1a38fd690c94a556555ec71edff443bcfe609b7b /docs/reference/mmkin.html
parent9a8dfa8bd52664929fd4197f3e9c4e65b62cad53 (diff)
Static documentation rebuilt by pkgdown::build_site(run_dont_run = TRUE)
Using branch 'jranke' on jranke/pkgdown, fixing issues hadley/pgkdown#178 and hadley/pkgdown#213 Remove plot=TRUE from mkinfit calls also in dontrun sections of examples to avoid a flood png files documenting the progress of the fit.
Diffstat (limited to 'docs/reference/mmkin.html')
-rw-r--r--docs/reference/mmkin.html1129
1 files changed, 1097 insertions, 32 deletions
diff --git a/docs/reference/mmkin.html b/docs/reference/mmkin.html
index f7f56164..0e39dac0 100644
--- a/docs/reference/mmkin.html
+++ b/docs/reference/mmkin.html
@@ -128,38 +128,1103 @@
<h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>
- <pre class="examples"><div class='input'><span class='co'>## Not run: ------------------------------------</span>
-<span class='co'># m_synth_SFO_lin &lt;- mkinmod(parent = mkinsub("SFO", "M1"),</span>
-<span class='co'># M1 = mkinsub("SFO", "M2"),</span>
-<span class='co'># M2 = mkinsub("SFO"), use_of_ff = "max")</span>
-<span class='co'># </span>
-<span class='co'># m_synth_FOMC_lin &lt;- mkinmod(parent = mkinsub("FOMC", "M1"),</span>
-<span class='co'># M1 = mkinsub("SFO", "M2"),</span>
-<span class='co'># M2 = mkinsub("SFO"), use_of_ff = "max")</span>
-<span class='co'># </span>
-<span class='co'># models &lt;- list(SFO_lin = m_synth_SFO_lin, FOMC_lin = m_synth_FOMC_lin)</span>
-<span class='co'># datasets &lt;- lapply(synthetic_data_for_UBA_2014[1:3], function(x) x$data)</span>
-<span class='co'># names(datasets) &lt;- paste("Dataset", 1:3)</span>
-<span class='co'># </span>
-<span class='co'># time_default &lt;- system.time(fits.0 &lt;- mmkin(models, datasets))</span>
-<span class='co'># time_1 &lt;- system.time(fits.1 &lt;- mmkin(models, datasets, cores = 1))</span>
-<span class='co'># </span>
-<span class='co'># time_default</span>
-<span class='co'># time_1</span>
-<span class='co'># </span>
-<span class='co'># endpoints(fits[["SFO_lin", 2]])</span>
-<span class='co'># </span>
-<span class='co'># # Plot.mkinfit handles rows or columns of mmkin result objects</span>
-<span class='co'># plot(fits.0[1, ])</span>
-<span class='co'># plot(fits.0[1, ], obs_var = c("M1", "M2"))</span>
-<span class='co'># plot(fits.0[, 1])</span>
-<span class='co'># # Use double brackets to extract a single mkinfit object, which will be plotted</span>
-<span class='co'># # by plot.mkinfit</span>
-<span class='co'># plot(fits.0[[1, 1]], sep_obs = TRUE, show_residuals = TRUE, show_errmin = TRUE)</span>
-<span class='co'># # Plotting with mmkin (single brackets, extracting an mmkin object) does not</span>
-<span class='co'># # allow to plot the observed variables separately</span>
-<span class='co'># plot(fits.0[1, 1])</span>
-<span class='co'>## ---------------------------------------------</span></div></pre>
+ <pre class="examples"><div class='input'>
+<span class='no'>m_synth_SFO_lin</span> <span class='kw'>&lt;-</span> <span class='fu'><a href='mkinmod.html'>mkinmod</a></span>(<span class='kw'>parent</span> <span class='kw'>=</span> <span class='fu'><a href='mkinsub.html'>mkinsub</a></span>(<span class='st'>"SFO"</span>, <span class='st'>"M1"</span>),
+ <span class='kw'>M1</span> <span class='kw'>=</span> <span class='fu'><a href='mkinsub.html'>mkinsub</a></span>(<span class='st'>"SFO"</span>, <span class='st'>"M2"</span>),
+ <span class='kw'>M2</span> <span class='kw'>=</span> <span class='fu'><a href='mkinsub.html'>mkinsub</a></span>(<span class='st'>"SFO"</span>), <span class='kw'>use_of_ff</span> <span class='kw'>=</span> <span class='st'>"max"</span>)</div><div class='output co'>#&gt; <span class='message'>Successfully compiled differential equation model from auto-generated C code.</span></div><div class='input'>
+<span class='no'>m_synth_FOMC_lin</span> <span class='kw'>&lt;-</span> <span class='fu'><a href='mkinmod.html'>mkinmod</a></span>(<span class='kw'>parent</span> <span class='kw'>=</span> <span class='fu'><a href='mkinsub.html'>mkinsub</a></span>(<span class='st'>"FOMC"</span>, <span class='st'>"M1"</span>),
+ <span class='kw'>M1</span> <span class='kw'>=</span> <span class='fu'><a href='mkinsub.html'>mkinsub</a></span>(<span class='st'>"SFO"</span>, <span class='st'>"M2"</span>),
+ <span class='kw'>M2</span> <span class='kw'>=</span> <span class='fu'><a href='mkinsub.html'>mkinsub</a></span>(<span class='st'>"SFO"</span>), <span class='kw'>use_of_ff</span> <span class='kw'>=</span> <span class='st'>"max"</span>)</div><div class='output co'>#&gt; <span class='message'>Successfully compiled differential equation model from auto-generated C code.</span></div><div class='input'>
+<span class='no'>models</span> <span class='kw'>&lt;-</span> <span class='fu'>list</span>(<span class='kw'>SFO_lin</span> <span class='kw'>=</span> <span class='no'>m_synth_SFO_lin</span>, <span class='kw'>FOMC_lin</span> <span class='kw'>=</span> <span class='no'>m_synth_FOMC_lin</span>)
+<span class='no'>datasets</span> <span class='kw'>&lt;-</span> <span class='fu'>lapply</span>(<span class='no'>synthetic_data_for_UBA_2014</span>[<span class='fl'>1</span>:<span class='fl'>3</span>], <span class='kw'>function</span>(<span class='no'>x</span>) <span class='no'>x</span>$<span class='no'>data</span>)
+<span class='fu'>names</span>(<span class='no'>datasets</span>) <span class='kw'>&lt;-</span> <span class='fu'>paste</span>(<span class='st'>"Dataset"</span>, <span class='fl'>1</span>:<span class='fl'>3</span>)
+
+<span class='no'>time_default</span> <span class='kw'>&lt;-</span> <span class='fu'>system.time</span>(<span class='no'>fits.0</span> <span class='kw'>&lt;-</span> <span class='fu'>mmkin</span>(<span class='no'>models</span>, <span class='no'>datasets</span>))
+<span class='no'>time_1</span> <span class='kw'>&lt;-</span> <span class='fu'>system.time</span>(<span class='no'>fits.1</span> <span class='kw'>&lt;-</span> <span class='fu'>mmkin</span>(<span class='no'>models</span>, <span class='no'>datasets</span>, <span class='kw'>cores</span> <span class='kw'>=</span> <span class='fl'>1</span>))</div><div class='output co'>#&gt; Model cost at call 1 : 31054.59
+#&gt; Model cost at call 3 : 31054.59
+#&gt; Model cost at call 8 : 15089.57
+#&gt; Model cost at call 9 : 11464.3
+#&gt; Model cost at call 11 : 11464.1
+#&gt; Model cost at call 16 : 5723.32
+#&gt; Model cost at call 17 : 5723.318
+#&gt; Model cost at call 19 : 5723.304
+#&gt; Model cost at call 21 : 5723.304
+#&gt; Model cost at call 24 : 3968.126
+#&gt; Model cost at call 25 : 3968.124
+#&gt; Model cost at call 28 : 3968.119
+#&gt; Model cost at call 31 : 3416.421
+#&gt; Model cost at call 32 : 3416.42
+#&gt; Model cost at call 36 : 3416.418
+#&gt; Model cost at call 38 : 866.5564
+#&gt; Model cost at call 42 : 866.5557
+#&gt; Model cost at call 45 : 670.4833
+#&gt; Model cost at call 47 : 670.476
+#&gt; Model cost at call 53 : 312.9905
+#&gt; Model cost at call 57 : 312.9904
+#&gt; Model cost at call 58 : 312.9904
+#&gt; Model cost at call 61 : 287.8916
+#&gt; Model cost at call 63 : 287.8916
+#&gt; Model cost at call 66 : 287.8916
+#&gt; Model cost at call 69 : 284.5441
+#&gt; Model cost at call 71 : 284.5441
+#&gt; Model cost at call 73 : 284.5441
+#&gt; Model cost at call 76 : 283.4533
+#&gt; Model cost at call 78 : 283.4533
+#&gt; Model cost at call 83 : 282.1356
+#&gt; Model cost at call 85 : 282.1356
+#&gt; Model cost at call 88 : 282.1356
+#&gt; Model cost at call 90 : 280.7846
+#&gt; Model cost at call 92 : 280.7846
+#&gt; Model cost at call 95 : 280.7846
+#&gt; Model cost at call 97 : 278.4856
+#&gt; Model cost at call 98 : 274.5025
+#&gt; Model cost at call 99 : 269.2866
+#&gt; Model cost at call 101 : 269.2866
+#&gt; Model cost at call 102 : 269.2866
+#&gt; Model cost at call 103 : 269.2866
+#&gt; Model cost at call 106 : 254.1284
+#&gt; Model cost at call 108 : 254.1283
+#&gt; Model cost at call 109 : 254.1283
+#&gt; Model cost at call 112 : 254.128
+#&gt; Model cost at call 114 : 233.1376
+#&gt; Model cost at call 116 : 233.1376
+#&gt; Model cost at call 118 : 233.1375
+#&gt; Model cost at call 121 : 227.5879
+#&gt; Model cost at call 124 : 227.5879
+#&gt; Model cost at call 125 : 227.5878
+#&gt; Model cost at call 129 : 217.0041
+#&gt; Model cost at call 133 : 217.0041
+#&gt; Model cost at call 135 : 217.0041
+#&gt; Model cost at call 136 : 215.1367
+#&gt; Model cost at call 138 : 215.1367
+#&gt; Model cost at call 143 : 213.3794
+#&gt; Model cost at call 145 : 213.3794
+#&gt; Model cost at call 150 : 211.0201
+#&gt; Model cost at call 152 : 211.0201
+#&gt; Model cost at call 154 : 211.0201
+#&gt; Model cost at call 155 : 211.0201
+#&gt; Model cost at call 157 : 210.6426
+#&gt; Model cost at call 159 : 210.6426
+#&gt; Model cost at call 160 : 210.6425
+#&gt; Model cost at call 164 : 207.6331
+#&gt; Model cost at call 167 : 207.6331
+#&gt; Model cost at call 171 : 206.2366
+#&gt; Model cost at call 173 : 206.2366
+#&gt; Model cost at call 174 : 206.2366
+#&gt; Model cost at call 178 : 204.8117
+#&gt; Model cost at call 180 : 204.8117
+#&gt; Model cost at call 185 : 204.7988
+#&gt; Model cost at call 187 : 204.7988
+#&gt; Model cost at call 190 : 204.7988
+#&gt; Model cost at call 192 : 203.5122
+#&gt; Model cost at call 194 : 203.5122
+#&gt; Model cost at call 197 : 203.5122
+#&gt; Model cost at call 198 : 203.5122
+#&gt; Model cost at call 199 : 203.354
+#&gt; Model cost at call 201 : 203.354
+#&gt; Model cost at call 204 : 203.354
+#&gt; Model cost at call 206 : 202.6825
+#&gt; Model cost at call 208 : 202.6825
+#&gt; Model cost at call 209 : 202.6825
+#&gt; Model cost at call 212 : 202.6825
+#&gt; Model cost at call 213 : 202.4582
+#&gt; Model cost at call 215 : 202.4582
+#&gt; Model cost at call 220 : 202.3261
+#&gt; Model cost at call 222 : 202.3261
+#&gt; Model cost at call 227 : 202.2306
+#&gt; Model cost at call 229 : 202.2306
+#&gt; Model cost at call 231 : 202.2306
+#&gt; Model cost at call 234 : 202.115
+#&gt; Model cost at call 236 : 202.115
+#&gt; Model cost at call 238 : 202.115
+#&gt; Model cost at call 241 : 202.0397
+#&gt; Model cost at call 243 : 202.0397
+#&gt; Model cost at call 248 : 201.8989
+#&gt; Model cost at call 249 : 201.8551
+#&gt; Model cost at call 252 : 201.8551
+#&gt; Model cost at call 257 : 201.676
+#&gt; Model cost at call 259 : 201.676
+#&gt; Model cost at call 264 : 201.6285
+#&gt; Model cost at call 266 : 201.6285
+#&gt; Model cost at call 270 : 201.6284
+#&gt; Model cost at call 271 : 201.5876
+#&gt; Model cost at call 272 : 201.5876
+#&gt; Model cost at call 278 : 201.5317
+#&gt; Model cost at call 279 : 201.5317
+#&gt; Model cost at call 286 : 201.5207
+#&gt; Model cost at call 287 : 201.5207
+#&gt; Model cost at call 289 : 201.5207
+#&gt; Model cost at call 293 : 201.5207
+#&gt; Model cost at call 294 : 201.5207
+#&gt; Model cost at call 296 : 201.5174
+#&gt; Model cost at call 301 : 201.5174
+#&gt; Model cost at call 304 : 201.5169
+#&gt; Model cost at call 305 : 201.5169
+#&gt; Model cost at call 306 : 201.5169
+#&gt; Model cost at call 309 : 201.5169
+#&gt; Model cost at call 312 : 201.5169
+#&gt; Model cost at call 314 : 201.5169
+#&gt; Model cost at call 322 : 201.5169
+#&gt; Model cost at call 325 : 201.5169
+#&gt; Model cost at call 340 : 201.5169
+#&gt; Optimisation by method Port successfully terminated.
+#&gt; Model cost at call 1 : 35974.4
+#&gt; Model cost at call 3 : 35974.4
+#&gt; Model cost at call 5 : 35974.4
+#&gt; Model cost at call 7 : 35974.4
+#&gt; Model cost at call 9 : 13270.14
+#&gt; Model cost at call 10 : 12432.22
+#&gt; Model cost at call 14 : 12432.12
+#&gt; Model cost at call 16 : 12431.88
+#&gt; Model cost at call 18 : 5356.271
+#&gt; Model cost at call 19 : 5356.268
+#&gt; Model cost at call 20 : 5356.251
+#&gt; Model cost at call 22 : 5356.245
+#&gt; Model cost at call 27 : 1507.839
+#&gt; Model cost at call 33 : 1507.839
+#&gt; Model cost at call 35 : 582.0818
+#&gt; Model cost at call 36 : 582.0813
+#&gt; Model cost at call 38 : 582.0802
+#&gt; Model cost at call 40 : 582.0799
+#&gt; Model cost at call 44 : 328.9337
+#&gt; Model cost at call 45 : 328.9335
+#&gt; Model cost at call 51 : 328.9328
+#&gt; Model cost at call 53 : 313.4901
+#&gt; Model cost at call 59 : 313.49
+#&gt; Model cost at call 60 : 313.4899
+#&gt; Model cost at call 61 : 308.6268
+#&gt; Model cost at call 63 : 308.6267
+#&gt; Model cost at call 69 : 302.4454
+#&gt; Model cost at call 73 : 302.4453
+#&gt; Model cost at call 77 : 298.0751
+#&gt; Model cost at call 79 : 298.075
+#&gt; Model cost at call 85 : 293.1404
+#&gt; Model cost at call 86 : 289.6645
+#&gt; Model cost at call 88 : 289.6645
+#&gt; Model cost at call 95 : 288.1617
+#&gt; Model cost at call 101 : 288.1616
+#&gt; Model cost at call 102 : 288.1615
+#&gt; Model cost at call 103 : 286.7649
+#&gt; Model cost at call 109 : 286.7649
+#&gt; Model cost at call 111 : 284.5224
+#&gt; Model cost at call 117 : 284.5224
+#&gt; Model cost at call 118 : 284.5224
+#&gt; Model cost at call 119 : 281.3466
+#&gt; Model cost at call 125 : 281.3466
+#&gt; Model cost at call 127 : 274.0924
+#&gt; Model cost at call 128 : 264.929
+#&gt; Model cost at call 133 : 264.929
+#&gt; Model cost at call 136 : 251.3329
+#&gt; Model cost at call 137 : 251.3329
+#&gt; Model cost at call 140 : 251.3329
+#&gt; Model cost at call 141 : 251.3329
+#&gt; Model cost at call 146 : 247.7019
+#&gt; Model cost at call 147 : 247.7019
+#&gt; Model cost at call 149 : 247.7018
+#&gt; Model cost at call 154 : 247.3465
+#&gt; Model cost at call 158 : 247.3465
+#&gt; Model cost at call 160 : 247.3464
+#&gt; Model cost at call 162 : 244.622
+#&gt; Model cost at call 166 : 244.622
+#&gt; Model cost at call 170 : 242.5961
+#&gt; Model cost at call 171 : 241.6973
+#&gt; Model cost at call 173 : 241.6973
+#&gt; Model cost at call 174 : 241.6973
+#&gt; Model cost at call 175 : 241.6973
+#&gt; Model cost at call 179 : 238.8924
+#&gt; Model cost at call 181 : 238.8923
+#&gt; Model cost at call 187 : 236.0921
+#&gt; Model cost at call 190 : 236.0921
+#&gt; Model cost at call 192 : 236.092
+#&gt; Model cost at call 195 : 233.9082
+#&gt; Model cost at call 197 : 233.9082
+#&gt; Model cost at call 201 : 233.9082
+#&gt; Model cost at call 202 : 233.9082
+#&gt; Model cost at call 203 : 228.1486
+#&gt; Model cost at call 205 : 228.1486
+#&gt; Model cost at call 206 : 228.1485
+#&gt; Model cost at call 207 : 228.1485
+#&gt; Model cost at call 211 : 225.0879
+#&gt; Model cost at call 214 : 225.0879
+#&gt; Model cost at call 216 : 225.0879
+#&gt; Model cost at call 218 : 225.0879
+#&gt; Model cost at call 219 : 220.9928
+#&gt; Model cost at call 221 : 220.9928
+#&gt; Model cost at call 227 : 219.1889
+#&gt; Model cost at call 229 : 219.1888
+#&gt; Model cost at call 233 : 219.1888
+#&gt; Model cost at call 235 : 218.6966
+#&gt; Model cost at call 238 : 218.6966
+#&gt; Model cost at call 239 : 218.6966
+#&gt; Model cost at call 240 : 218.6966
+#&gt; Model cost at call 241 : 218.6966
+#&gt; Model cost at call 242 : 218.6966
+#&gt; Model cost at call 243 : 214.4307
+#&gt; Model cost at call 247 : 214.4307
+#&gt; Model cost at call 251 : 213.6076
+#&gt; Model cost at call 253 : 213.6076
+#&gt; Model cost at call 254 : 213.6076
+#&gt; Model cost at call 256 : 213.6076
+#&gt; Model cost at call 259 : 211.0287
+#&gt; Model cost at call 262 : 211.0287
+#&gt; Model cost at call 263 : 211.0287
+#&gt; Model cost at call 267 : 209.6141
+#&gt; Model cost at call 270 : 209.6141
+#&gt; Model cost at call 271 : 209.6141
+#&gt; Model cost at call 276 : 207.896
+#&gt; Model cost at call 278 : 207.896
+#&gt; Model cost at call 284 : 206.4468
+#&gt; Model cost at call 286 : 206.4468
+#&gt; Model cost at call 289 : 206.4468
+#&gt; Model cost at call 292 : 205.8789
+#&gt; Model cost at call 296 : 205.8789
+#&gt; Model cost at call 298 : 205.8789
+#&gt; Model cost at call 299 : 205.8789
+#&gt; Model cost at call 300 : 204.2634
+#&gt; Model cost at call 301 : 204.2634
+#&gt; Model cost at call 303 : 204.2634
+#&gt; Model cost at call 305 : 204.2634
+#&gt; Model cost at call 308 : 203.5453
+#&gt; Model cost at call 309 : 203.338
+#&gt; Model cost at call 310 : 203.338
+#&gt; Model cost at call 313 : 203.338
+#&gt; Model cost at call 314 : 203.338
+#&gt; Model cost at call 316 : 203.338
+#&gt; Model cost at call 318 : 202.797
+#&gt; Model cost at call 321 : 202.797
+#&gt; Model cost at call 326 : 202.4377
+#&gt; Model cost at call 327 : 202.4377
+#&gt; Model cost at call 334 : 202.0027
+#&gt; Model cost at call 335 : 202.0027
+#&gt; Model cost at call 342 : 201.8249
+#&gt; Model cost at call 344 : 201.8249
+#&gt; Model cost at call 349 : 201.8249
+#&gt; Model cost at call 351 : 201.7123
+#&gt; Model cost at call 352 : 201.7123
+#&gt; Model cost at call 359 : 201.6476
+#&gt; Model cost at call 361 : 201.6476
+#&gt; Model cost at call 365 : 201.6476
+#&gt; Model cost at call 368 : 201.5827
+#&gt; Model cost at call 371 : 201.5827
+#&gt; Model cost at call 378 : 201.5531
+#&gt; Model cost at call 379 : 201.5531
+#&gt; Model cost at call 386 : 201.5531
+#&gt; Model cost at call 390 : 201.537
+#&gt; Model cost at call 391 : 201.537
+#&gt; Model cost at call 401 : 201.5281
+#&gt; Model cost at call 402 : 201.5281
+#&gt; Model cost at call 404 : 201.5281
+#&gt; Model cost at call 407 : 201.5281
+#&gt; Model cost at call 413 : 201.5231
+#&gt; Model cost at call 417 : 201.5231
+#&gt; Model cost at call 418 : 201.5231
+#&gt; Model cost at call 420 : 201.5231
+#&gt; Model cost at call 426 : 201.5199
+#&gt; Model cost at call 428 : 201.5199
+#&gt; Model cost at call 439 : 201.5184
+#&gt; Model cost at call 443 : 201.5184
+#&gt; Model cost at call 444 : 201.5184
+#&gt; Model cost at call 446 : 201.5184
+#&gt; Model cost at call 454 : 201.5177
+#&gt; Model cost at call 457 : 201.5177
+#&gt; Model cost at call 469 : 201.5174
+#&gt; Model cost at call 473 : 201.5174
+#&gt; Model cost at call 476 : 201.5174
+#&gt; Model cost at call 480 : 201.5174
+#&gt; Model cost at call 483 : 201.5174
+#&gt; Model cost at call 484 : 201.5171
+#&gt; Model cost at call 487 : 201.5171
+#&gt; Model cost at call 499 : 201.517
+#&gt; Model cost at call 506 : 201.517
+#&gt; Model cost at call 510 : 201.517
+#&gt; Model cost at call 514 : 201.517
+#&gt; Model cost at call 522 : 201.517
+#&gt; Model cost at call 526 : 201.517
+#&gt; Model cost at call 527 : 201.517
+#&gt; Model cost at call 529 : 201.5169
+#&gt; Model cost at call 536 : 201.5169
+#&gt; Model cost at call 540 : 201.5169
+#&gt; Model cost at call 544 : 201.5169
+#&gt; Model cost at call 556 : 201.5169
+#&gt; Model cost at call 557 : 201.5169
+#&gt; Model cost at call 559 : 201.5169
+#&gt; Model cost at call 574 : 201.5169
+#&gt; Model cost at call 575 : 201.5169
+#&gt; Model cost at call 578 : 201.5169
+#&gt; Model cost at call 582 : 201.5169
+#&gt; Model cost at call 586 : 201.5169
+#&gt; Model cost at call 589 : 201.5169
+#&gt; Model cost at call 590 : 201.5169
+#&gt; Model cost at call 601 : 201.5169
+#&gt; Model cost at call 604 : 201.5169
+#&gt; Model cost at call 617 : 201.5169
+#&gt; Model cost at call 632 : 201.5169
+#&gt; Model cost at call 647 : 201.5169
+#&gt; Model cost at call 662 : 201.5169
+#&gt; Model cost at call 680 : 201.5169
+#&gt; Optimisation by method Port successfully terminated.
+#&gt; Model cost at call 1 : 30689.89
+#&gt; Model cost at call 3 : 30689.89
+#&gt; Model cost at call 8 : 16294.04
+#&gt; Model cost at call 9 : 12699.33
+#&gt; Model cost at call 11 : 12699.26
+#&gt; Model cost at call 14 : 12699.05
+#&gt; Model cost at call 17 : 9202.163
+#&gt; Model cost at call 18 : 9202.16
+#&gt; Model cost at call 20 : 9202.147
+#&gt; Model cost at call 22 : 9202.147
+#&gt; Model cost at call 25 : 6601.043
+#&gt; Model cost at call 26 : 6601.041
+#&gt; Model cost at call 30 : 6601.04
+#&gt; Model cost at call 32 : 4223.705
+#&gt; Model cost at call 34 : 4223.703
+#&gt; Model cost at call 39 : 4223.703
+#&gt; Model cost at call 40 : 1443.507
+#&gt; Model cost at call 45 : 1443.507
+#&gt; Model cost at call 49 : 1191.267
+#&gt; Model cost at call 51 : 1191.267
+#&gt; Model cost at call 56 : 1186.498
+#&gt; Model cost at call 57 : 1186.498
+#&gt; Model cost at call 58 : 1186.497
+#&gt; Model cost at call 59 : 1186.497
+#&gt; Model cost at call 61 : 1186.496
+#&gt; Model cost at call 62 : 1186.494
+#&gt; Model cost at call 63 : 1130.799
+#&gt; Model cost at call 64 : 1130.799
+#&gt; Model cost at call 71 : 1126.363
+#&gt; Model cost at call 73 : 1126.363
+#&gt; Model cost at call 78 : 1122.848
+#&gt; Model cost at call 80 : 1122.848
+#&gt; Model cost at call 82 : 1122.848
+#&gt; Model cost at call 85 : 1120.954
+#&gt; Model cost at call 87 : 1120.954
+#&gt; Model cost at call 88 : 1120.954
+#&gt; Model cost at call 89 : 1120.954
+#&gt; Model cost at call 92 : 1117.156
+#&gt; Model cost at call 95 : 1117.156
+#&gt; Model cost at call 96 : 1117.156
+#&gt; Model cost at call 99 : 1116.894
+#&gt; Model cost at call 101 : 1116.894
+#&gt; Model cost at call 104 : 1116.894
+#&gt; Model cost at call 106 : 1113.955
+#&gt; Model cost at call 108 : 1113.955
+#&gt; Model cost at call 112 : 1113.955
+#&gt; Model cost at call 113 : 1113.03
+#&gt; Model cost at call 115 : 1113.03
+#&gt; Model cost at call 120 : 1111.643
+#&gt; Model cost at call 122 : 1111.643
+#&gt; Model cost at call 127 : 1109.657
+#&gt; Model cost at call 129 : 1109.657
+#&gt; Model cost at call 131 : 1109.657
+#&gt; Model cost at call 134 : 1106.725
+#&gt; Model cost at call 136 : 1106.725
+#&gt; Model cost at call 137 : 1106.725
+#&gt; Model cost at call 142 : 1106.005
+#&gt; Model cost at call 144 : 1106.005
+#&gt; Model cost at call 145 : 1106.005
+#&gt; Model cost at call 147 : 1106.005
+#&gt; Model cost at call 149 : 1105.268
+#&gt; Model cost at call 151 : 1105.268
+#&gt; Model cost at call 153 : 1105.268
+#&gt; Model cost at call 156 : 1104.247
+#&gt; Model cost at call 158 : 1104.247
+#&gt; Model cost at call 159 : 1104.247
+#&gt; Model cost at call 161 : 1104.247
+#&gt; Model cost at call 163 : 1103.813
+#&gt; Model cost at call 165 : 1103.813
+#&gt; Model cost at call 167 : 1103.813
+#&gt; Model cost at call 170 : 1103.075
+#&gt; Model cost at call 172 : 1103.075
+#&gt; Model cost at call 173 : 1103.075
+#&gt; Model cost at call 177 : 1102.447
+#&gt; Model cost at call 179 : 1102.447
+#&gt; Model cost at call 180 : 1102.447
+#&gt; Model cost at call 183 : 1102.447
+#&gt; Model cost at call 184 : 1102.038
+#&gt; Model cost at call 185 : 1101.712
+#&gt; Model cost at call 186 : 1101.337
+#&gt; Model cost at call 188 : 1101.337
+#&gt; Model cost at call 193 : 1100.37
+#&gt; Model cost at call 195 : 1100.37
+#&gt; Model cost at call 197 : 1100.37
+#&gt; Model cost at call 200 : 1099.46
+#&gt; Model cost at call 202 : 1099.46
+#&gt; Model cost at call 207 : 1099.262
+#&gt; Model cost at call 209 : 1099.262
+#&gt; Model cost at call 211 : 1099.262
+#&gt; Model cost at call 212 : 1099.261
+#&gt; Model cost at call 214 : 1099.227
+#&gt; Model cost at call 216 : 1099.227
+#&gt; Model cost at call 217 : 1099.227
+#&gt; Model cost at call 218 : 1099.227
+#&gt; Model cost at call 221 : 1098.331
+#&gt; Model cost at call 223 : 1098.331
+#&gt; Model cost at call 224 : 1098.331
+#&gt; Model cost at call 230 : 1098.24
+#&gt; Model cost at call 235 : 1098.24
+#&gt; Model cost at call 236 : 1098.24
+#&gt; Model cost at call 238 : 1098.231
+#&gt; Model cost at call 240 : 1098.231
+#&gt; Model cost at call 245 : 1098.228
+#&gt; Model cost at call 247 : 1098.228
+#&gt; Model cost at call 252 : 1098.221
+#&gt; Model cost at call 254 : 1098.221
+#&gt; Model cost at call 255 : 1098.221
+#&gt; Model cost at call 258 : 1098.221
+#&gt; Model cost at call 261 : 1098.214
+#&gt; Model cost at call 263 : 1098.214
+#&gt; Model cost at call 268 : 1098.204
+#&gt; Model cost at call 269 : 1098.196
+#&gt; Model cost at call 270 : 1098.187
+#&gt; Model cost at call 272 : 1098.187
+#&gt; Model cost at call 273 : 1098.187
+#&gt; Model cost at call 279 : 1098.181
+#&gt; Model cost at call 281 : 1098.181
+#&gt; Model cost at call 282 : 1098.181
+#&gt; Model cost at call 284 : 1098.181
+#&gt; Model cost at call 285 : 1098.181
+#&gt; Model cost at call 287 : 1098.172
+#&gt; Model cost at call 291 : 1098.172
+#&gt; Model cost at call 293 : 1098.172
+#&gt; Model cost at call 294 : 1098.169
+#&gt; Model cost at call 295 : 1098.169
+#&gt; Model cost at call 296 : 1098.169
+#&gt; Model cost at call 301 : 1098.169
+#&gt; Model cost at call 305 : 1098.169
+#&gt; Model cost at call 306 : 1098.169
+#&gt; Model cost at call 309 : 1098.169
+#&gt; Model cost at call 314 : 1098.169
+#&gt; Model cost at call 318 : 1098.169
+#&gt; Model cost at call 319 : 1098.169
+#&gt; Model cost at call 321 : 1098.169
+#&gt; Model cost at call 324 : 1098.169
+#&gt; Model cost at call 325 : 1098.169
+#&gt; Model cost at call 331 : 1098.169
+#&gt; Model cost at call 333 : 1098.169
+#&gt; Model cost at call 336 : 1098.169
+#&gt; Model cost at call 342 : 1098.169
+#&gt; Model cost at call 344 : 1098.169
+#&gt; Model cost at call 348 : 1098.169
+#&gt; Model cost at call 352 : 1098.169
+#&gt; Model cost at call 357 : 1098.169
+#&gt; Model cost at call 370 : 1098.169
+#&gt; Model cost at call 385 : 1098.169
+#&gt; Model cost at call 386 : 1098.169
+#&gt; Optimisation by method Port successfully terminated.
+#&gt; Model cost at call 1 : 34499.23
+#&gt; Model cost at call 3 : 34499.23
+#&gt; Model cost at call 5 : 34499.23
+#&gt; Model cost at call 7 : 34499.23
+#&gt; Model cost at call 9 : 14274.95
+#&gt; Model cost at call 10 : 14162.89
+#&gt; Model cost at call 14 : 14162.68
+#&gt; Model cost at call 18 : 13341.49
+#&gt; Model cost at call 19 : 13341.48
+#&gt; Model cost at call 20 : 13341.47
+#&gt; Model cost at call 22 : 13341.44
+#&gt; Model cost at call 27 : 10055.95
+#&gt; Model cost at call 28 : 10055.95
+#&gt; Model cost at call 30 : 10055.95
+#&gt; Model cost at call 35 : 7732.384
+#&gt; Model cost at call 36 : 7732.381
+#&gt; Model cost at call 39 : 7732.381
+#&gt; Model cost at call 44 : 6325.124
+#&gt; Model cost at call 45 : 6325.122
+#&gt; Model cost at call 47 : 6325.117
+#&gt; Model cost at call 52 : 3732.612
+#&gt; Model cost at call 54 : 3732.611
+#&gt; Model cost at call 61 : 1371.768
+#&gt; Model cost at call 64 : 1371.768
+#&gt; Model cost at call 67 : 1371.768
+#&gt; Model cost at call 70 : 1302.633
+#&gt; Model cost at call 74 : 1302.633
+#&gt; Model cost at call 75 : 1302.633
+#&gt; Model cost at call 78 : 1298.854
+#&gt; Model cost at call 82 : 1298.854
+#&gt; Model cost at call 84 : 1298.854
+#&gt; Model cost at call 86 : 1245.775
+#&gt; Model cost at call 91 : 1245.775
+#&gt; Model cost at call 94 : 1230.679
+#&gt; Model cost at call 96 : 1230.679
+#&gt; Model cost at call 100 : 1230.679
+#&gt; Model cost at call 103 : 1227.471
+#&gt; Model cost at call 105 : 1227.471
+#&gt; Model cost at call 109 : 1227.471
+#&gt; Model cost at call 111 : 1225.318
+#&gt; Model cost at call 113 : 1225.318
+#&gt; Model cost at call 117 : 1225.318
+#&gt; Model cost at call 118 : 1225.318
+#&gt; Model cost at call 119 : 1221.478
+#&gt; Model cost at call 121 : 1221.478
+#&gt; Model cost at call 127 : 1214.191
+#&gt; Model cost at call 128 : 1203.986
+#&gt; Model cost at call 129 : 1164.433
+#&gt; Model cost at call 135 : 1164.433
+#&gt; Model cost at call 140 : 1158.843
+#&gt; Model cost at call 145 : 1158.843
+#&gt; Model cost at call 148 : 1156.585
+#&gt; Model cost at call 154 : 1156.585
+#&gt; Model cost at call 156 : 1155.177
+#&gt; Model cost at call 159 : 1155.177
+#&gt; Model cost at call 161 : 1155.176
+#&gt; Model cost at call 164 : 1151.603
+#&gt; Model cost at call 166 : 1151.603
+#&gt; Model cost at call 167 : 1151.603
+#&gt; Model cost at call 169 : 1151.603
+#&gt; Model cost at call 173 : 1150.467
+#&gt; Model cost at call 175 : 1150.467
+#&gt; Model cost at call 176 : 1150.467
+#&gt; Model cost at call 181 : 1150.117
+#&gt; Model cost at call 184 : 1150.117
+#&gt; Model cost at call 185 : 1150.117
+#&gt; Model cost at call 187 : 1150.117
+#&gt; Model cost at call 188 : 1150.117
+#&gt; Model cost at call 189 : 1149.03
+#&gt; Model cost at call 193 : 1149.03
+#&gt; Model cost at call 195 : 1149.03
+#&gt; Model cost at call 197 : 1148.468
+#&gt; Model cost at call 199 : 1148.468
+#&gt; Model cost at call 205 : 1147.297
+#&gt; Model cost at call 207 : 1147.297
+#&gt; Model cost at call 211 : 1147.297
+#&gt; Model cost at call 213 : 1146.841
+#&gt; Model cost at call 216 : 1146.841
+#&gt; Model cost at call 217 : 1146.841
+#&gt; Model cost at call 219 : 1146.841
+#&gt; Model cost at call 221 : 1144.548
+#&gt; Model cost at call 223 : 1144.548
+#&gt; Model cost at call 229 : 1143.258
+#&gt; Model cost at call 231 : 1143.258
+#&gt; Model cost at call 237 : 1141.772
+#&gt; Model cost at call 239 : 1141.772
+#&gt; Model cost at call 240 : 1141.772
+#&gt; Model cost at call 241 : 1141.772
+#&gt; Model cost at call 243 : 1141.772
+#&gt; Model cost at call 245 : 1140.849
+#&gt; Model cost at call 251 : 1140.849
+#&gt; Model cost at call 252 : 1140.849
+#&gt; Model cost at call 253 : 1139.456
+#&gt; Model cost at call 259 : 1139.456
+#&gt; Model cost at call 261 : 1137.678
+#&gt; Model cost at call 263 : 1137.678
+#&gt; Model cost at call 269 : 1135.358
+#&gt; Model cost at call 270 : 1134.128
+#&gt; Model cost at call 272 : 1134.128
+#&gt; Model cost at call 280 : 1133.342
+#&gt; Model cost at call 283 : 1133.342
+#&gt; Model cost at call 286 : 1133.342
+#&gt; Model cost at call 288 : 1133.229
+#&gt; Model cost at call 292 : 1133.229
+#&gt; Model cost at call 294 : 1133.229
+#&gt; Model cost at call 295 : 1133.229
+#&gt; Model cost at call 296 : 1132.641
+#&gt; Model cost at call 300 : 1132.641
+#&gt; Model cost at call 304 : 1132.126
+#&gt; Model cost at call 310 : 1132.126
+#&gt; Model cost at call 312 : 1131.169
+#&gt; Model cost at call 318 : 1131.169
+#&gt; Model cost at call 320 : 1130.405
+#&gt; Model cost at call 324 : 1130.405
+#&gt; Model cost at call 328 : 1129.635
+#&gt; Model cost at call 330 : 1129.635
+#&gt; Model cost at call 332 : 1129.635
+#&gt; Model cost at call 334 : 1129.635
+#&gt; Model cost at call 336 : 1128.526
+#&gt; Model cost at call 338 : 1128.526
+#&gt; Model cost at call 343 : 1128.526
+#&gt; Model cost at call 344 : 1127.498
+#&gt; Model cost at call 346 : 1127.498
+#&gt; Model cost at call 350 : 1127.498
+#&gt; Model cost at call 352 : 1126.06
+#&gt; Model cost at call 353 : 1124.911
+#&gt; Model cost at call 356 : 1124.911
+#&gt; Model cost at call 362 : 1120.309
+#&gt; Model cost at call 366 : 1120.309
+#&gt; Model cost at call 368 : 1120.308
+#&gt; Model cost at call 369 : 1120.308
+#&gt; Model cost at call 370 : 1117.687
+#&gt; Model cost at call 374 : 1117.687
+#&gt; Model cost at call 375 : 1117.687
+#&gt; Model cost at call 378 : 1112.013
+#&gt; Model cost at call 379 : 1112.013
+#&gt; Model cost at call 381 : 1112.013
+#&gt; Model cost at call 386 : 1108.648
+#&gt; Model cost at call 387 : 1108.251
+#&gt; Model cost at call 388 : 1108.251
+#&gt; Model cost at call 391 : 1108.251
+#&gt; Model cost at call 392 : 1108.251
+#&gt; Model cost at call 395 : 1104.73
+#&gt; Model cost at call 396 : 1104.73
+#&gt; Model cost at call 397 : 1104.73
+#&gt; Model cost at call 403 : 1103.277
+#&gt; Model cost at call 404 : 1103.277
+#&gt; Model cost at call 411 : 1101.351
+#&gt; Model cost at call 414 : 1101.351
+#&gt; Model cost at call 416 : 1101.351
+#&gt; Model cost at call 417 : 1101.351
+#&gt; Model cost at call 419 : 1100.36
+#&gt; Model cost at call 420 : 1100.36
+#&gt; Model cost at call 421 : 1100.36
+#&gt; Model cost at call 427 : 1099.596
+#&gt; Model cost at call 431 : 1099.596
+#&gt; Model cost at call 432 : 1099.596
+#&gt; Model cost at call 435 : 1099.029
+#&gt; Model cost at call 437 : 1099.029
+#&gt; Model cost at call 444 : 1098.722
+#&gt; Model cost at call 447 : 1098.722
+#&gt; Model cost at call 448 : 1098.722
+#&gt; Model cost at call 453 : 1098.441
+#&gt; Model cost at call 455 : 1098.441
+#&gt; Model cost at call 458 : 1098.441
+#&gt; Model cost at call 463 : 1098.314
+#&gt; Model cost at call 464 : 1098.314
+#&gt; Model cost at call 469 : 1098.314
+#&gt; Model cost at call 471 : 1098.314
+#&gt; Model cost at call 475 : 1098.245
+#&gt; Model cost at call 477 : 1098.245
+#&gt; Model cost at call 480 : 1098.245
+#&gt; Model cost at call 486 : 1098.209
+#&gt; Model cost at call 487 : 1098.209
+#&gt; Model cost at call 489 : 1098.209
+#&gt; Model cost at call 493 : 1098.209
+#&gt; Model cost at call 505 : 1098.209
+#&gt; Model cost at call 506 : 1098.209
+#&gt; Model cost at call 510 : 1098.209
+#&gt; Model cost at call 518 : 1098.209
+#&gt; Model cost at call 519 : 1098.209
+#&gt; Model cost at call 522 : 1098.209
+#&gt; Model cost at call 526 : 1098.209
+#&gt; Model cost at call 528 : 1098.209
+#&gt; Model cost at call 530 : 1098.209
+#&gt; Model cost at call 533 : 1098.209
+#&gt; Model cost at call 534 : 1098.209
+#&gt; Model cost at call 536 : 1098.209
+#&gt; Model cost at call 542 : 1098.209
+#&gt; Model cost at call 549 : 1098.207
+#&gt; Model cost at call 551 : 1098.207
+#&gt; Model cost at call 552 : 1098.207
+#&gt; Model cost at call 555 : 1098.207
+#&gt; Model cost at call 564 : 1098.205
+#&gt; Model cost at call 566 : 1098.205
+#&gt; Model cost at call 567 : 1098.205
+#&gt; Model cost at call 570 : 1098.205
+#&gt; Model cost at call 579 : 1098.2
+#&gt; Model cost at call 580 : 1098.191
+#&gt; Model cost at call 581 : 1098.191
+#&gt; Model cost at call 583 : 1098.191
+#&gt; Model cost at call 586 : 1098.191
+#&gt; Model cost at call 587 : 1098.191
+#&gt; Model cost at call 589 : 1098.191
+#&gt; Model cost at call 595 : 1098.186
+#&gt; Model cost at call 596 : 1098.186
+#&gt; Model cost at call 606 : 1098.18
+#&gt; Model cost at call 609 : 1098.18
+#&gt; Model cost at call 610 : 1098.18
+#&gt; Model cost at call 616 : 1098.177
+#&gt; Model cost at call 619 : 1098.177
+#&gt; Model cost at call 620 : 1098.177
+#&gt; Model cost at call 627 : 1098.173
+#&gt; Model cost at call 630 : 1098.173
+#&gt; Model cost at call 631 : 1098.173
+#&gt; Model cost at call 636 : 1098.173
+#&gt; Model cost at call 641 : 1098.172
+#&gt; Model cost at call 642 : 1098.172
+#&gt; Model cost at call 653 : 1098.172
+#&gt; Model cost at call 654 : 1098.172
+#&gt; Model cost at call 664 : 1098.172
+#&gt; Model cost at call 669 : 1098.172
+#&gt; Model cost at call 671 : 1098.172
+#&gt; Model cost at call 675 : 1098.172
+#&gt; Model cost at call 678 : 1098.172
+#&gt; Model cost at call 680 : 1098.172
+#&gt; Model cost at call 683 : 1098.172
+#&gt; Model cost at call 684 : 1098.172
+#&gt; Model cost at call 686 : 1098.172
+#&gt; Model cost at call 690 : 1098.172
+#&gt; Model cost at call 702 : 1098.172
+#&gt; Model cost at call 704 : 1098.172
+#&gt; Model cost at call 708 : 1098.172
+#&gt; Model cost at call 721 : 1098.172
+#&gt; Model cost at call 723 : 1098.172
+#&gt; Model cost at call 736 : 1098.172
+#&gt; Model cost at call 738 : 1098.172
+#&gt; Model cost at call 751 : 1098.172
+#&gt; Model cost at call 753 : 1098.172
+#&gt; Model cost at call 766 : 1098.172
+#&gt; Model cost at call 767 : 1098.172
+#&gt; Model cost at call 768 : 1098.172
+#&gt; Model cost at call 770 : 1098.172
+#&gt; Model cost at call 783 : 1098.172
+#&gt; Model cost at call 784 : 1098.172
+#&gt; Model cost at call 785 : 1098.172
+#&gt; Model cost at call 799 : 1098.172
+#&gt; Model cost at call 800 : 1098.172
+#&gt; Model cost at call 814 : 1098.172
+#&gt; Model cost at call 815 : 1098.172
+#&gt; Model cost at call 816 : 1098.172
+#&gt; Model cost at call 822 : 1098.172
+#&gt; Model cost at call 830 : 1098.172
+#&gt; Model cost at call 831 : 1098.172
+#&gt; Model cost at call 834 : 1098.172
+#&gt; Model cost at call 845 : 1098.172
+#&gt; Model cost at call 846 : 1098.172
+#&gt; Model cost at call 849 : 1098.172
+#&gt; Model cost at call 860 : 1098.171
+#&gt; Model cost at call 861 : 1098.171
+#&gt; Model cost at call 864 : 1098.171
+#&gt; Model cost at call 875 : 1098.171
+#&gt; Model cost at call 876 : 1098.171
+#&gt; Model cost at call 879 : 1098.171
+#&gt; Model cost at call 890 : 1098.17
+#&gt; Model cost at call 891 : 1098.17
+#&gt; Model cost at call 894 : 1098.17
+#&gt; Model cost at call 904 : 1098.169
+#&gt; Model cost at call 905 : 1098.169
+#&gt; Model cost at call 908 : 1098.169
+#&gt; Model cost at call 909 : 1098.169
+#&gt; Model cost at call 919 : 1098.169
+#&gt; Model cost at call 921 : 1098.169
+#&gt; Model cost at call 931 : 1098.169
+#&gt; Model cost at call 932 : 1098.169
+#&gt; Model cost at call 934 : 1098.169
+#&gt; Model cost at call 936 : 1098.169
+#&gt; Model cost at call 937 : 1098.169
+#&gt; Model cost at call 944 : 1098.169
+#&gt; Model cost at call 947 : 1098.169
+#&gt; Model cost at call 949 : 1098.169
+#&gt; Model cost at call 951 : 1098.169
+#&gt; Model cost at call 952 : 1098.169
+#&gt; Model cost at call 954 : 1098.169
+#&gt; Model cost at call 964 : 1098.169
+#&gt; Model cost at call 967 : 1098.169
+#&gt; Model cost at call 969 : 1098.169
+#&gt; Model cost at call 982 : 1098.169
+#&gt; Model cost at call 1017 : 1098.169
+#&gt; Model cost at call 1018 : 1098.169
+#&gt; Model cost at call 1022 : 1098.169
+#&gt; Model cost at call 1029 : 1098.169
+#&gt; Model cost at call 1033 : 1098.169
+#&gt; Model cost at call 1038 : 1098.169
+#&gt; Model cost at call 1048 : 1098.169
+#&gt; Model cost at call 1049 : 1098.169
+#&gt; Model cost at call 1055 : 1098.169
+#&gt; Model cost at call 1063 : 1098.169
+#&gt; Model cost at call 1074 : 1098.169
+#&gt; Model cost at call 1079 : 1098.169
+#&gt; Model cost at call 1089 : 1098.169
+#&gt; Model cost at call 1120 : 1098.169
+#&gt; Model cost at call 1124 : 1098.169
+#&gt; Model cost at call 1139 : 1098.169
+#&gt; Model cost at call 1154 : 1098.169
+#&gt; Model cost at call 1170 : 1098.169
+#&gt; Model cost at call 1185 : 1098.169
+#&gt; Model cost at call 1200 : 1098.169
+#&gt; Model cost at call 1215 : 1098.169
+#&gt; Model cost at call 1231 : 1098.169
+#&gt; Model cost at call 1246 : 1098.169
+#&gt; Model cost at call 1247 : 1098.169
+#&gt; Model cost at call 1248 : 1098.169
+#&gt; Model cost at call 1258 : 1098.169
+#&gt; Model cost at call 1263 : 1098.169
+#&gt; Model cost at call 1278 : 1098.169
+#&gt; Model cost at call 1295 : 1098.169
+#&gt; Model cost at call 1296 : 1098.169
+#&gt; Model cost at call 1297 : 1098.169
+#&gt; Model cost at call 1298 : 1098.169
+#&gt; Model cost at call 1306 : 1098.169
+#&gt; Model cost at call 1308 : 1098.169
+#&gt; Optimisation by method Port successfully terminated.
+#&gt; Model cost at call 1 : 31389.19
+#&gt; Model cost at call 3 : 31389.19
+#&gt; Model cost at call 8 : 15003.41
+#&gt; Model cost at call 9 : 11136.21
+#&gt; Model cost at call 11 : 11135.87
+#&gt; Model cost at call 16 : 4800.182
+#&gt; Model cost at call 17 : 4800.181
+#&gt; Model cost at call 19 : 4800.163
+#&gt; Model cost at call 24 : 3036.068
+#&gt; Model cost at call 25 : 3036.068
+#&gt; Model cost at call 26 : 3036.052
+#&gt; Model cost at call 31 : 1361.371
+#&gt; Model cost at call 33 : 1361.371
+#&gt; Model cost at call 40 : 494.6738
+#&gt; Model cost at call 41 : 494.6736
+#&gt; Model cost at call 45 : 494.6734
+#&gt; Model cost at call 48 : 260.2631
+#&gt; Model cost at call 49 : 260.2629
+#&gt; Model cost at call 55 : 248.3035
+#&gt; Model cost at call 56 : 248.3034
+#&gt; Model cost at call 57 : 248.3023
+#&gt; Model cost at call 62 : 171.6337
+#&gt; Model cost at call 63 : 171.6337
+#&gt; Model cost at call 70 : 167.3473
+#&gt; Model cost at call 72 : 167.3473
+#&gt; Model cost at call 73 : 167.3473
+#&gt; Model cost at call 78 : 165.9868
+#&gt; Model cost at call 80 : 165.9868
+#&gt; Model cost at call 83 : 165.9868
+#&gt; Model cost at call 85 : 165.2025
+#&gt; Model cost at call 87 : 165.2024
+#&gt; Model cost at call 92 : 163.5932
+#&gt; Model cost at call 94 : 163.5932
+#&gt; Model cost at call 96 : 163.5932
+#&gt; Model cost at call 99 : 159.4289
+#&gt; Model cost at call 100 : 147.5939
+#&gt; Model cost at call 105 : 147.5939
+#&gt; Model cost at call 108 : 139.3925
+#&gt; Model cost at call 113 : 139.3925
+#&gt; Model cost at call 115 : 139.392
+#&gt; Model cost at call 116 : 123.9799
+#&gt; Model cost at call 117 : 123.9798
+#&gt; Model cost at call 118 : 123.9795
+#&gt; Model cost at call 124 : 103.8653
+#&gt; Model cost at call 125 : 103.8653
+#&gt; Model cost at call 126 : 103.8652
+#&gt; Model cost at call 131 : 96.14276
+#&gt; Model cost at call 134 : 96.14275
+#&gt; Model cost at call 135 : 96.14274
+#&gt; Model cost at call 139 : 95.96056
+#&gt; Model cost at call 141 : 95.96056
+#&gt; Model cost at call 142 : 95.96056
+#&gt; Model cost at call 145 : 95.96056
+#&gt; Model cost at call 146 : 95.90851
+#&gt; Model cost at call 148 : 95.9085
+#&gt; Model cost at call 153 : 95.84671
+#&gt; Model cost at call 155 : 95.8467
+#&gt; Model cost at call 161 : 95.82479
+#&gt; Model cost at call 163 : 95.82479
+#&gt; Model cost at call 166 : 95.82479
+#&gt; Model cost at call 168 : 95.81938
+#&gt; Model cost at call 170 : 95.81938
+#&gt; Model cost at call 174 : 95.81938
+#&gt; Model cost at call 175 : 95.81558
+#&gt; Model cost at call 177 : 95.81558
+#&gt; Model cost at call 178 : 95.81558
+#&gt; Model cost at call 180 : 95.81558
+#&gt; Model cost at call 181 : 95.81558
+#&gt; Model cost at call 183 : 95.81558
+#&gt; Model cost at call 184 : 95.8118
+#&gt; Model cost at call 186 : 95.8118
+#&gt; Model cost at call 188 : 95.8118
+#&gt; Model cost at call 191 : 95.80885
+#&gt; Model cost at call 192 : 95.80353
+#&gt; Model cost at call 193 : 95.78121
+#&gt; Model cost at call 194 : 95.72164
+#&gt; Model cost at call 197 : 95.72164
+#&gt; Model cost at call 201 : 95.72163
+#&gt; Model cost at call 206 : 95.71206
+#&gt; Model cost at call 208 : 95.71205
+#&gt; Model cost at call 213 : 95.70874
+#&gt; Model cost at call 215 : 95.70874
+#&gt; Model cost at call 219 : 95.70874
+#&gt; Model cost at call 221 : 95.70751
+#&gt; Model cost at call 222 : 95.70404
+#&gt; Model cost at call 223 : 95.69259
+#&gt; Model cost at call 224 : 95.68092
+#&gt; Model cost at call 226 : 95.68092
+#&gt; Model cost at call 227 : 95.68092
+#&gt; Model cost at call 233 : 95.67595
+#&gt; Model cost at call 235 : 95.67595
+#&gt; Model cost at call 236 : 95.67595
+#&gt; Model cost at call 242 : 95.67219
+#&gt; Model cost at call 244 : 95.67219
+#&gt; Model cost at call 245 : 95.67219
+#&gt; Model cost at call 249 : 95.66939
+#&gt; Model cost at call 251 : 95.66939
+#&gt; Model cost at call 253 : 95.66939
+#&gt; Model cost at call 254 : 95.66939
+#&gt; Model cost at call 256 : 95.66904
+#&gt; Model cost at call 257 : 95.66904
+#&gt; Model cost at call 260 : 95.66904
+#&gt; Model cost at call 265 : 95.66857
+#&gt; Model cost at call 267 : 95.66856
+#&gt; Model cost at call 273 : 95.66822
+#&gt; Model cost at call 275 : 95.66822
+#&gt; Model cost at call 276 : 95.66822
+#&gt; Model cost at call 282 : 95.66809
+#&gt; Model cost at call 283 : 95.66809
+#&gt; Model cost at call 291 : 95.66805
+#&gt; Model cost at call 293 : 95.66805
+#&gt; Model cost at call 295 : 95.66805
+#&gt; Model cost at call 297 : 95.66805
+#&gt; Model cost at call 298 : 95.66805
+#&gt; Model cost at call 302 : 95.66805
+#&gt; Model cost at call 304 : 95.66805
+#&gt; Model cost at call 306 : 95.66805
+#&gt; Model cost at call 309 : 95.66805
+#&gt; Model cost at call 314 : 95.66805
+#&gt; Model cost at call 315 : 95.66805
+#&gt; Model cost at call 328 : 95.66805
+#&gt; Optimisation by method Port successfully terminated.
+#&gt; Model cost at call 1 : 36597.78
+#&gt; Model cost at call 3 : 36597.78
+#&gt; Model cost at call 5 : 36597.78
+#&gt; Model cost at call 7 : 36597.78
+#&gt; Model cost at call 9 : 13188.26
+#&gt; Model cost at call 10 : 12648.25
+#&gt; Model cost at call 14 : 12648.13
+#&gt; Model cost at call 16 : 12647.92
+#&gt; Model cost at call 18 : 6148.715
+#&gt; Model cost at call 19 : 6148.712
+#&gt; Model cost at call 20 : 6148.695
+#&gt; Model cost at call 22 : 6148.683
+#&gt; Model cost at call 27 : 1490.597
+#&gt; Model cost at call 33 : 1490.597
+#&gt; Model cost at call 35 : 594.2031
+#&gt; Model cost at call 36 : 594.2023
+#&gt; Model cost at call 38 : 594.201
+#&gt; Model cost at call 40 : 594.2009
+#&gt; Model cost at call 44 : 230.6504
+#&gt; Model cost at call 45 : 230.6503
+#&gt; Model cost at call 48 : 230.6503
+#&gt; Model cost at call 50 : 230.6495
+#&gt; Model cost at call 51 : 230.6494
+#&gt; Model cost at call 53 : 186.2336
+#&gt; Model cost at call 57 : 186.2336
+#&gt; Model cost at call 59 : 186.2336
+#&gt; Model cost at call 60 : 186.2336
+#&gt; Model cost at call 62 : 181.3507
+#&gt; Model cost at call 66 : 181.3507
+#&gt; Model cost at call 70 : 180.733
+#&gt; Model cost at call 74 : 180.733
+#&gt; Model cost at call 76 : 180.7329
+#&gt; Model cost at call 77 : 180.7329
+#&gt; Model cost at call 78 : 175.5254
+#&gt; Model cost at call 80 : 175.5253
+#&gt; Model cost at call 86 : 173.1139
+#&gt; Model cost at call 88 : 173.1139
+#&gt; Model cost at call 94 : 168.0503
+#&gt; Model cost at call 96 : 168.0502
+#&gt; Model cost at call 102 : 164.9084
+#&gt; Model cost at call 104 : 164.9084
+#&gt; Model cost at call 105 : 164.9084
+#&gt; Model cost at call 110 : 159.7912
+#&gt; Model cost at call 112 : 159.7912
+#&gt; Model cost at call 113 : 159.7912
+#&gt; Model cost at call 116 : 159.7911
+#&gt; Model cost at call 117 : 159.7911
+#&gt; Model cost at call 118 : 158.6003
+#&gt; Model cost at call 122 : 158.6002
+#&gt; Model cost at call 124 : 158.6002
+#&gt; Model cost at call 126 : 150.4132
+#&gt; Model cost at call 132 : 150.4132
+#&gt; Model cost at call 133 : 150.4132
+#&gt; Model cost at call 134 : 146.5123
+#&gt; Model cost at call 140 : 146.5122
+#&gt; Model cost at call 142 : 136.6018
+#&gt; Model cost at call 145 : 136.6018
+#&gt; Model cost at call 149 : 136.6018
+#&gt; Model cost at call 150 : 133.91
+#&gt; Model cost at call 153 : 133.91
+#&gt; Model cost at call 155 : 133.91
+#&gt; Model cost at call 156 : 133.91
+#&gt; Model cost at call 158 : 124.7878
+#&gt; Model cost at call 162 : 124.7878
+#&gt; Model cost at call 163 : 124.7878
+#&gt; Model cost at call 167 : 124.2615
+#&gt; Model cost at call 169 : 124.2614
+#&gt; Model cost at call 170 : 124.2614
+#&gt; Model cost at call 175 : 123.2425
+#&gt; Model cost at call 179 : 123.2425
+#&gt; Model cost at call 180 : 123.2425
+#&gt; Model cost at call 181 : 123.2425
+#&gt; Model cost at call 182 : 123.2425
+#&gt; Model cost at call 183 : 120.7214
+#&gt; Model cost at call 185 : 120.7214
+#&gt; Model cost at call 191 : 119.2706
+#&gt; Model cost at call 192 : 117.872
+#&gt; Model cost at call 193 : 114.6257
+#&gt; Model cost at call 198 : 114.6257
+#&gt; Model cost at call 201 : 111.8985
+#&gt; Model cost at call 203 : 111.8985
+#&gt; Model cost at call 206 : 111.8984
+#&gt; Model cost at call 209 : 111.6987
+#&gt; Model cost at call 212 : 111.6987
+#&gt; Model cost at call 213 : 111.6986
+#&gt; Model cost at call 217 : 107.9995
+#&gt; Model cost at call 219 : 107.9995
+#&gt; Model cost at call 225 : 106.1322
+#&gt; Model cost at call 226 : 104.6907
+#&gt; Model cost at call 227 : 104.6316
+#&gt; Model cost at call 229 : 104.6316
+#&gt; Model cost at call 232 : 104.6315
+#&gt; Model cost at call 239 : 103.3421
+#&gt; Model cost at call 245 : 103.3421
+#&gt; Model cost at call 246 : 103.3421
+#&gt; Model cost at call 247 : 103.1772
+#&gt; Model cost at call 248 : 103.1772
+#&gt; Model cost at call 249 : 103.1772
+#&gt; Model cost at call 250 : 103.1772
+#&gt; Model cost at call 253 : 103.1772
+#&gt; Model cost at call 255 : 102.8623
+#&gt; Model cost at call 256 : 102.8623
+#&gt; Model cost at call 262 : 102.8623
+#&gt; Model cost at call 263 : 102.6013
+#&gt; Model cost at call 266 : 102.6013
+#&gt; Model cost at call 271 : 102.0341
+#&gt; Model cost at call 272 : 101.25
+#&gt; Model cost at call 273 : 99.17557
+#&gt; Model cost at call 274 : 99.17556
+#&gt; Model cost at call 282 : 99.06481
+#&gt; Model cost at call 284 : 99.06479
+#&gt; Model cost at call 290 : 98.57515
+#&gt; Model cost at call 294 : 98.57514
+#&gt; Model cost at call 296 : 98.57514
+#&gt; Model cost at call 298 : 98.05781
+#&gt; Model cost at call 304 : 98.05781
+#&gt; Model cost at call 305 : 98.05781
+#&gt; Model cost at call 306 : 97.81766
+#&gt; Model cost at call 307 : 97.63972
+#&gt; Model cost at call 308 : 97.63971
+#&gt; Model cost at call 315 : 97.15447
+#&gt; Model cost at call 317 : 97.15447
+#&gt; Model cost at call 321 : 97.15446
+#&gt; Model cost at call 323 : 96.25231
+#&gt; Model cost at call 324 : 96.25231
+#&gt; Model cost at call 328 : 96.25231
+#&gt; Model cost at call 331 : 95.48051
+#&gt; Model cost at call 334 : 95.4805
+#&gt; Model cost at call 339 : 95.08754
+#&gt; Model cost at call 341 : 95.08754
+#&gt; Model cost at call 347 : 94.9916
+#&gt; Model cost at call 348 : 94.9916
+#&gt; Model cost at call 350 : 94.9916
+#&gt; Model cost at call 355 : 94.93856
+#&gt; Model cost at call 356 : 94.93856
+#&gt; Model cost at call 357 : 94.93856
+#&gt; Model cost at call 363 : 94.92067
+#&gt; Model cost at call 366 : 94.92067
+#&gt; Model cost at call 367 : 94.92067
+#&gt; Model cost at call 369 : 94.92067
+#&gt; Model cost at call 370 : 94.92067
+#&gt; Model cost at call 371 : 94.91762
+#&gt; Model cost at call 372 : 94.91762
+#&gt; Model cost at call 373 : 94.91762
+#&gt; Model cost at call 379 : 94.91744
+#&gt; Model cost at call 380 : 94.91744
+#&gt; Model cost at call 385 : 94.91744
+#&gt; Model cost at call 387 : 94.91744
+#&gt; Model cost at call 393 : 94.91743
+#&gt; Model cost at call 394 : 94.91743
+#&gt; Model cost at call 404 : 94.91743
+#&gt; Model cost at call 407 : 94.91743
+#&gt; Model cost at call 408 : 94.91743
+#&gt; Model cost at call 423 : 94.91743
+#&gt; Model cost at call 442 : 94.91743
+#&gt; Model cost at call 446 : 94.91743
+#&gt; Model cost at call 447 : 94.91743
+#&gt; Optimisation by method Port successfully terminated.</div><div class='input'>
+<span class='no'>time_default</span></div><div class='output co'>#&gt; user system elapsed
+#&gt; 16.180 0.132 9.130 </div><div class='input'><span class='no'>time_1</span></div><div class='output co'>#&gt; user system elapsed
+#&gt; 22.856 0.000 22.858 </div><div class='input'>
+<span class='fu'><a href='endpoints.html'>endpoints</a></span>(<span class='no'>fits</span><span class='kw'>[[</span><span class='st'>"SFO_lin"</span>, <span class='fl'>2</span>]])</div><div class='output co'>#&gt; <span class='error'>Error in endpoints(fits[[&quot;SFO_lin&quot;, 2]]): Objekt &#39;fits&#39; nicht gefunden</span></div><div class='input'>
+<span class='co'># Plot.mkinfit handles rows or columns of mmkin result objects</span>
+<span class='fu'>plot</span>(<span class='no'>fits.0</span>[<span class='fl'>1</span>, ])</div><img src='mmkin-14.png' alt='' width='540' height='400' /><div class='input'><span class='fu'>plot</span>(<span class='no'>fits.0</span>[<span class='fl'>1</span>, ], <span class='kw'>obs_var</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='st'>"M1"</span>, <span class='st'>"M2"</span>))</div><img src='mmkin-16.png' alt='' width='540' height='400' /><div class='input'><span class='fu'>plot</span>(<span class='no'>fits.0</span>[, <span class='fl'>1</span>])</div><img src='mmkin-18.png' alt='' width='540' height='400' /><div class='input'><span class='co'># Use double brackets to extract a single mkinfit object, which will be plotted</span>
+<span class='co'># by plot.mkinfit</span>
+<span class='fu'>plot</span>(<span class='no'>fits.0</span><span class='kw'>[[</span><span class='fl'>1</span>, <span class='fl'>1</span>]], <span class='kw'>sep_obs</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>, <span class='kw'>show_residuals</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>, <span class='kw'>show_errmin</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>)</div><img src='mmkin-20.png' alt='' width='540' height='400' /><div class='input'><span class='co'># Plotting with mmkin (single brackets, extracting an mmkin object) does not</span>
+<span class='co'># allow to plot the observed variables separately</span>
+<span class='fu'>plot</span>(<span class='no'>fits.0</span>[<span class='fl'>1</span>, <span class='fl'>1</span>])</div><img src='mmkin-22.png' alt='' width='540' height='400' /><div class='input'>
+</div></pre>
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="sidebar">
<h2>Contents</h2>

Contact - Imprint