forked from guitarsenall/FitFiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
output.txt
732 lines (732 loc) · 52.3 KB
/
output.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
*** Python 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:19:30) [MSC v.1500 32 bit (Intel)] on win32. ***
>>>
*** Remote Interpreter Reinitialized ***
>>>
reading config file S:\will\documents\OneDrive\2018\fitfiles\\cyclingconfig_kim.txt
WeightEntry : 110.0
WeightToKg : 0.45359237
weight : 49.8951607
age : 57.0
EndurancePower : 105.0
ThresholdPower : 150.0
EnduranceHR : 135.0
ThresholdHR : 165.0
HRTimeConstant : 63.0
HRDriftRate : 0.1
executing Wills version of profile.def
Optimization Results:
FIT File: FTHR (BPM) tau (sec) sHRDriftRate
#################################################
### 2018-09-10-18-21-11.fit ###
#################################################
HRSimulationError called with 165, 63.0, 100.000 -> 6.658
HRSimulationError called with 173, 63.0, 100.000 -> 9.334
HRSimulationError called with 165, 66.2, 100.000 -> 6.599
HRSimulationError called with 165, 63.0, 105.000 -> 6.623
HRSimulationError called with 156, 65.1, 103.333 -> 9.137
HRSimulationError called with 160, 64.6, 102.500 -> 7.303
HRSimulationError called with 169, 63.5, 100.833 -> 7.423
HRSimulationError called with 162, 64.3, 102.083 -> 6.782
HRSimulationError called with 167, 63.8, 101.250 -> 6.850
HRSimulationError called with 163, 64.2, 101.875 -> 6.653
HRSimulationError called with 164, 65.9, 104.583 -> 6.580
HRSimulationError called with 163, 67.3, 106.875 -> 6.558
HRSimulationError called with 165, 66.8, 106.042 -> 6.569
HRSimulationError called with 164, 70.5, 103.611 -> 6.549
HRSimulationError called with 164, 74.3, 102.917 -> 6.578
HRSimulationError called with 164, 70.3, 111.019 -> 6.499
HRSimulationError called with 163, 72.4, 116.528 -> 6.475
HRSimulationError called with 162, 73.3, 111.968 -> 6.613
HRSimulationError called with 164, 68.4, 107.523 -> 6.523
HRSimulationError called with 164, 73.6, 111.566 -> 6.510
HRSimulationError called with 164, 72.4, 120.134 -> 6.459
HRSimulationError called with 164, 73.3, 128.395 -> 6.459
HRSimulationError called with 163, 77.7, 130.136 -> 6.489
HRSimulationError called with 163, 75.4, 138.473 -> 6.433
HRSimulationError called with 162, 76.3, 151.926 -> 6.444
HRSimulationError called with 163, 69.6, 125.461 -> 6.422
HRSimulationError called with 163, 65.6, 123.123 -> 6.453
HRSimulationError called with 163, 73.2, 145.025 -> 6.448
HRSimulationError called with 162, 72.2, 144.244 -> 6.386
HRSimulationError called with 161, 71.6, 152.169 -> 6.374
HRSimulationError called with 162, 71.2, 132.377 -> 6.441
HRSimulationError called with 162, 71.7, 135.539 -> 6.402
HRSimulationError called with 162, 66.6, 136.973 -> 6.399
HRSimulationError called with 160, 70.3, 157.659 -> 6.394
HRSimulationError called with 160, 67.3, 162.328 -> 6.370
HRSimulationError called with 159, 65.0, 175.723 -> 6.392
HRSimulationError called with 160, 72.8, 177.798 -> 6.443
HRSimulationError called with 161, 68.1, 147.179 -> 6.375
HRSimulationError called with 162, 67.7, 150.125 -> 6.358
HRSimulationError called with 162, 66.4, 146.358 -> 6.374
HRSimulationError called with 161, 69.6, 162.569 -> 6.358
HRSimulationError called with 161, 70.3, 170.264 -> 6.389
HRSimulationError called with 161, 64.8, 164.513 -> 6.363
HRSimulationError called with 162, 67.4, 155.809 -> 6.364
HRSimulationError called with 161, 67.4, 157.439 -> 6.355
HRSimulationError called with 162, 71.7, 148.909 -> 6.385
HRSimulationError called with 161, 66.5, 160.612 -> 6.354
HRSimulationError called with 161, 67.9, 170.288 -> 6.365
HRSimulationError called with 161, 67.8, 155.166 -> 6.353
HRSimulationError called with 161, 64.9, 152.909 -> 6.365
HRSimulationError called with 161, 68.4, 160.154 -> 6.356
HRSimulationError called with 161, 66.1, 155.324 -> 6.355
HRSimulationError called with 161, 66.2, 156.629 -> 6.353
HRSimulationError called with 161, 67.6, 159.614 -> 6.355
HRSimulationError called with 161, 67.2, 158.541 -> 6.354
HRSimulationError called with 161, 67.6, 152.945 -> 6.354
HRSimulationError called with 161, 67.3, 154.862 -> 6.350
HRSimulationError called with 161, 67.0, 152.563 -> 6.357
HRSimulationError called with 161, 67.1, 157.047 -> 6.352
HRSimulationError called with 161, 68.6, 154.754 -> 6.357
HRSimulationError called with 161, 66.8, 156.160 -> 6.353
HRSimulationError called with 161, 66.4, 156.880 -> 6.356
HRSimulationError called with 161, 67.4, 155.594 -> 6.353
HRSimulationError called with 161, 66.7, 156.451 -> 6.353
HRSimulationError called with 161, 67.2, 155.809 -> 6.354
HRSimulationError called with 161, 67.2, 155.954 -> 6.352
HRSimulationError called with 161, 67.0, 155.511 -> 6.353
HRSimulationError called with 161, 67.4, 155.228 -> 6.354
HRSimulationError called with 161, 67.0, 155.657 -> 6.353
HRSimulationError called with 161, 67.1, 155.549 -> 6.353
HRSimulationError called with 161, 67.3, 155.335 -> 6.354
HRSimulationError called with 161, 67.1, 155.496 -> 6.356
HRSimulationError called with 161, 67.3, 155.408 -> 6.356
HRSimulationError called with 161, 67.2, 155.186 -> 6.356
HRSimulationError called with 161, 67.2, 155.206 -> 6.356
2018-09-10-18-21-11.fit: 161 67.3 154.862
final_simplex: (array([[161.74411654, 67.30126496, 154.86180382],
[161.71942218, 67.16974186, 155.18634119],
[161.71179496, 67.25799133, 155.40799725],
[161.71131407, 67.19922833, 155.20561305]]), array([6.34955964, 6.35560922, 6.35561244, 6.35579481]))
fun: 6.349559640115142
message: 'Optimization terminated successfully.'
nfev: 75
nit: 38
status: 0
success: True
x: array([161.74411654, 67.30126496, 154.86180382])
Results for 2018-09-10-18-21-11.fit:
execution time = 05:06
ThresholdHR : 161.7 ; BPM
HRTimeConstant : 67.3 ; seconds
HRDriftRate : 0.155 ; BPM/TSS
#################################################
### 2018-06-22-18-35-17.fit ###
#################################################
HRSimulationError called with 165, 63.0, 100.000 -> 8.698
HRSimulationError called with 173, 63.0, 100.000 -> 13.059
HRSimulationError called with 165, 66.2, 100.000 -> 8.639
HRSimulationError called with 165, 63.0, 105.000 -> 8.706
HRSimulationError called with 156, 65.1, 103.333 -> 8.592
HRSimulationError called with 148, 66.1, 105.000 -> 12.879
HRSimulationError called with 159, 66.5, 97.222 -> 8.101
HRSimulationError called with 156, 68.2, 93.333 -> 8.893
HRSimulationError called with 155, 68.8, 100.370 -> 9.051
HRSimulationError called with 162, 64.5, 100.093 -> 8.107
HRSimulationError called with 154, 64.6, 100.432 -> 9.655
HRSimulationError called with 162, 65.8, 100.108 -> 8.042
HRSimulationError called with 166, 66.0, 94.949 -> 9.082
HRSimulationError called with 159, 65.3, 101.237 -> 8.074
HRSimulationError called with 157, 67.3, 98.952 -> 8.361
HRSimulationError called with 161, 65.2, 99.808 -> 8.031
HRSimulationError called with 162, 64.3, 103.546 -> 8.049
HRSimulationError called with 165, 64.8, 101.071 -> 8.688
HRSimulationError called with 160, 65.2, 101.196 -> 7.936
HRSimulationError called with 160, 66.4, 97.194 -> 8.010
HRSimulationError called with 159, 65.4, 98.690 -> 8.082
HRSimulationError called with 161, 65.7, 99.754 -> 7.971
HRSimulationError called with 160, 66.4, 98.955 -> 7.979
HRSimulationError called with 161, 65.1, 102.742 -> 7.931
HRSimulationError called with 161, 64.4, 105.515 -> 7.915
HRSimulationError called with 162, 63.8, 105.355 -> 7.996
HRSimulationError called with 160, 65.7, 100.555 -> 7.954
HRSimulationError called with 160, 64.6, 105.090 -> 7.888
HRSimulationError called with 159, 64.0, 107.758 -> 7.894
HRSimulationError called with 160, 63.7, 107.312 -> 7.877
HRSimulationError called with 160, 62.7, 110.691 -> 7.840
HRSimulationError called with 161, 62.6, 113.002 -> 7.844
HRSimulationError called with 160, 62.2, 113.673 -> 7.852
HRSimulationError called with 161, 60.4, 119.821 -> 7.816
HRSimulationError called with 161, 58.4, 127.186 -> 7.897
HRSimulationError called with 162, 61.7, 115.336 -> 7.952
HRSimulationError called with 160, 62.1, 114.089 -> 7.795
HRSimulationError called with 160, 60.9, 116.732 -> 7.782
HRSimulationError called with 160, 60.0, 118.597 -> 7.762
HRSimulationError called with 160, 58.9, 124.314 -> 7.747
HRSimulationError called with 160, 57.0, 131.125 -> 7.716
HRSimulationError called with 159, 59.0, 122.720 -> 7.732
HRSimulationError called with 159, 55.3, 134.206 -> 7.678
HRSimulationError called with 159, 51.9, 144.264 -> 7.686
HRSimulationError called with 159, 54.2, 140.103 -> 7.646
HRSimulationError called with 158, 51.3, 150.857 -> 7.631
HRSimulationError called with 159, 50.1, 154.738 -> 7.732
HRSimulationError called with 159, 52.3, 146.734 -> 7.683
HRSimulationError called with 158, 48.9, 156.739 -> 7.678
HRSimulationError called with 158, 51.3, 147.801 -> 7.661
HRSimulationError called with 157, 45.7, 169.392 -> 7.715
HRSimulationError called with 159, 52.9, 143.002 -> 7.657
HRSimulationError called with 159, 54.8, 137.701 -> 7.650
HRSimulationError called with 159, 54.6, 139.906 -> 7.662
HRSimulationError called with 158, 52.2, 145.827 -> 7.648
HRSimulationError called with 158, 52.6, 146.587 -> 7.610
HRSimulationError called with 158, 52.4, 148.379 -> 7.603
HRSimulationError called with 158, 49.1, 159.008 -> 7.637
HRSimulationError called with 158, 49.7, 159.669 -> 7.609
HRSimulationError called with 159, 53.2, 146.929 -> 7.604
HRSimulationError called with 158, 52.3, 152.462 -> 7.561
HRSimulationError called with 158, 52.7, 153.264 -> 7.525
HRSimulationError called with 158, 55.8, 139.379 -> 7.593
HRSimulationError called with 158, 54.2, 147.086 -> 7.541
HRSimulationError called with 158, 56.1, 144.774 -> 7.516
HRSimulationError called with 158, 57.9, 142.971 -> 7.496
HRSimulationError called with 157, 54.0, 156.169 -> 7.439
HRSimulationError called with 157, 53.2, 164.563 -> 7.372
HRSimulationError called with 157, 55.0, 160.112 -> 7.350
HRSimulationError called with 157, 55.5, 166.626 -> 7.258
HRSimulationError called with 157, 58.3, 162.842 -> 7.321
HRSimulationError called with 156, 53.4, 186.383 -> 7.111
HRSimulationError called with 155, 51.1, 208.089 -> 6.966
HRSimulationError called with 155, 56.7, 193.808 -> 6.939
HRSimulationError called with 155, 58.5, 208.431 -> 6.773
HRSimulationError called with 155, 51.8, 225.921 -> 6.743
HRSimulationError called with 154, 48.6, 257.461 -> 6.635
HRSimulationError called with 152, 50.0, 282.695 -> 6.414
HRSimulationError called with 149, 47.3, 340.730 -> 6.348
HRSimulationError called with 150, 51.8, 329.658 -> 6.193
HRSimulationError called with 148, 52.2, 390.443 -> 6.276
HRSimulationError called with 147, 40.0, 410.135 -> 6.829
HRSimulationError called with 153, 53.9, 258.857 -> 6.433
HRSimulationError called with 148, 53.4, 362.035 -> 6.266
HRSimulationError called with 145, 47.8, 429.425 -> 6.579
HRSimulationError called with 151, 52.4, 301.499 -> 6.262
HRSimulationError called with 150, 57.8, 321.399 -> 6.171
HRSimulationError called with 151, 63.0, 311.733 -> 6.247
HRSimulationError called with 153, 54.6, 273.002 -> 6.335
HRSimulationError called with 149, 53.7, 339.777 -> 6.194
HRSimulationError called with 149, 56.5, 359.057 -> 6.182
HRSimulationError called with 150, 57.1, 333.632 -> 6.148
HRSimulationError called with 151, 58.7, 330.560 -> 6.177
HRSimulationError called with 149, 62.4, 346.400 -> 6.255
HRSimulationError called with 150, 54.5, 333.844 -> 6.153
HRSimulationError called with 152, 56.4, 300.193 -> 6.192
HRSimulationError called with 150, 56.5, 344.341 -> 6.154
HRSimulationError called with 150, 54.2, 353.146 -> 6.168
HRSimulationError called with 150, 55.1, 345.209 -> 6.152
HRSimulationError called with 151, 54.6, 330.782 -> 6.159
HRSimulationError called with 150, 56.0, 340.951 -> 6.147
HRSimulationError called with 150, 57.6, 346.018 -> 6.161
HRSimulationError called with 150, 55.3, 336.887 -> 6.147
HRSimulationError called with 150, 57.1, 329.105 -> 6.147
HRSimulationError called with 150, 55.2, 337.663 -> 6.155
HRSimulationError called with 150, 56.6, 334.640 -> 6.146
HRSimulationError called with 150, 54.8, 345.881 -> 6.152
HRSimulationError called with 150, 56.5, 333.299 -> 6.146
HRSimulationError called with 151, 56.3, 328.933 -> 6.146
HRSimulationError called with 151, 57.7, 327.694 -> 6.149
HRSimulationError called with 150, 55.9, 334.589 -> 6.145
HRSimulationError called with 150, 56.4, 339.419 -> 6.147
HRSimulationError called with 150, 56.3, 331.554 -> 6.146
HRSimulationError called with 150, 55.9, 331.655 -> 6.147
HRSimulationError called with 150, 56.4, 333.894 -> 6.145
HRSimulationError called with 150, 55.8, 333.392 -> 6.145
HRSimulationError called with 150, 55.8, 336.362 -> 6.145
HRSimulationError called with 150, 56.2, 334.510 -> 6.145
HRSimulationError called with 150, 56.4, 336.452 -> 6.146
HRSimulationError called with 150, 56.0, 334.157 -> 6.145
HRSimulationError called with 150, 56.6, 332.012 -> 6.144
HRSimulationError called with 151, 57.0, 329.836 -> 6.146
HRSimulationError called with 150, 56.5, 332.198 -> 6.174
HRSimulationError called with 150, 56.2, 333.932 -> 6.146
HRSimulationError called with 150, 56.5, 332.953 -> 6.145
HRSimulationError called with 150, 56.3, 333.084 -> 6.145
HRSimulationError called with 150, 56.4, 333.261 -> 6.145
HRSimulationError called with 150, 56.7, 332.399 -> 6.145
HRSimulationError called with 150, 56.8, 331.648 -> 6.146
HRSimulationError called with 150, 56.5, 332.858 -> 6.145
2018-06-22-18-35-17.fit: 150 56.6 332.012
final_simplex: (array([[150.92075403, 56.58797017, 332.01160582],
[150.8412373 , 56.50223884, 332.95261758],
[150.87801033, 56.48613469, 332.85760898],
[150.89700572, 56.69154127, 332.39895942]]), array([6.14414172, 6.14459971, 6.14461595, 6.14514864]))
fun: 6.144141724246683
message: 'Optimization terminated successfully.'
nfev: 130
nit: 74
status: 0
success: True
x: array([150.92075403, 56.58797017, 332.01160582])
Results for 2018-06-22-18-35-17.fit:
execution time = 05:00
ThresholdHR : 150.9 ; BPM
HRTimeConstant : 56.6 ; seconds
HRDriftRate : 0.332 ; BPM/TSS
#################################################
### 2018-08-25-17-27-32.fit ###
#################################################
HRSimulationError called with 165, 63.0, 100.000 -> 10.083
HRSimulationError called with 173, 63.0, 100.000 -> 8.599
HRSimulationError called with 165, 66.2, 100.000 -> 10.008
HRSimulationError called with 165, 63.0, 105.000 -> 9.929
HRSimulationError called with 170, 65.1, 103.333 -> 8.412
HRSimulationError called with 173, 66.1, 105.000 -> 8.428
HRSimulationError called with 174, 61.2, 105.556 -> 8.768
HRSimulationError called with 180, 63.2, 100.926 -> 11.041
HRSimulationError called with 168, 63.1, 103.981 -> 8.709
HRSimulationError called with 167, 66.2, 99.321 -> 9.058
HRSimulationError called with 172, 62.5, 103.997 -> 8.494
HRSimulationError called with 175, 64.0, 100.905 -> 8.984
HRSimulationError called with 170, 63.3, 103.212 -> 8.477
HRSimulationError called with 169, 64.3, 107.028 -> 8.552
HRSimulationError called with 170, 63.9, 105.271 -> 8.447
HRSimulationError called with 168, 65.7, 103.881 -> 8.771
HRSimulationError called with 171, 63.3, 103.968 -> 8.427
HRSimulationError called with 170, 64.9, 105.169 -> 8.357
HRSimulationError called with 171, 65.8, 106.148 -> 8.306
HRSimulationError called with 171, 65.5, 103.695 -> 8.356
HRSimulationError called with 170, 67.6, 104.816 -> 8.277
HRSimulationError called with 170, 69.7, 105.240 -> 8.211
HRSimulationError called with 172, 68.9, 106.722 -> 8.204
HRSimulationError called with 172, 70.8, 108.416 -> 8.185
HRSimulationError called with 171, 72.0, 109.507 -> 8.063
HRSimulationError called with 170, 75.3, 112.414 -> 7.948
HRSimulationError called with 171, 78.1, 111.232 -> 7.888
HRSimulationError called with 171, 84.3, 113.774 -> 7.738
HRSimulationError called with 172, 83.9, 117.829 -> 7.795
HRSimulationError called with 170, 91.6, 120.929 -> 7.530
HRSimulationError called with 170, 101.9, 127.185 -> 7.397
HRSimulationError called with 172, 104.8, 126.778 -> 7.415
HRSimulationError called with 170, 110.2, 127.329 -> 7.358
HRSimulationError called with 168, 123.3, 132.079 -> 7.512
HRSimulationError called with 169, 126.9, 140.421 -> 7.222
HRSimulationError called with 168, 148.2, 153.745 -> 7.356
HRSimulationError called with 167, 121.2, 136.512 -> 7.743
HRSimulationError called with 171, 108.9, 129.212 -> 7.289
HRSimulationError called with 170, 128.7, 137.456 -> 7.200
HRSimulationError called with 171, 142.1, 142.592 -> 7.215
HRSimulationError called with 171, 132.9, 144.064 -> 7.171
HRSimulationError called with 171, 144.2, 152.431 -> 7.229
HRSimulationError called with 169, 150.1, 152.083 -> 7.255
HRSimulationError called with 170, 139.8, 146.365 -> 7.196
HRSimulationError called with 171, 140.7, 144.835 -> 7.214
HRSimulationError called with 171, 137.3, 143.732 -> 7.181
HRSimulationError called with 171, 144.6, 151.984 -> 7.184
HRSimulationError called with 172, 136.6, 146.822 -> 7.223
HRSimulationError called with 170, 139.0, 146.479 -> 7.179
HRSimulationError called with 171, 128.2, 137.532 -> 7.195
HRSimulationError called with 171, 140.5, 148.371 -> 7.174
HRSimulationError called with 170, 137.7, 148.878 -> 7.145
HRSimulationError called with 170, 137.9, 151.450 -> 7.139
HRSimulationError called with 171, 135.1, 149.444 -> 7.143
HRSimulationError called with 170, 130.1, 148.268 -> 7.118
HRSimulationError called with 170, 124.9, 148.216 -> 7.105
HRSimulationError called with 170, 132.4, 155.344 -> 7.085
HRSimulationError called with 170, 132.2, 160.984 -> 7.056
HRSimulationError called with 169, 128.2, 157.656 -> 7.062
HRSimulationError called with 169, 119.0, 159.787 -> 7.001
HRSimulationError called with 169, 109.5, 163.955 -> 6.955
HRSimulationError called with 168, 121.7, 173.513 -> 6.941
HRSimulationError called with 167, 120.0, 186.162 -> 6.904
HRSimulationError called with 168, 113.0, 183.078 -> 6.817
HRSimulationError called with 167, 105.3, 195.789 -> 6.711
HRSimulationError called with 166, 91.1, 202.954 -> 6.694
HRSimulationError called with 165, 70.6, 223.939 -> 6.726
HRSimulationError called with 165, 101.4, 225.981 -> 6.646
HRSimulationError called with 163, 97.4, 256.994 -> 6.650
HRSimulationError called with 165, 78.6, 230.321 -> 6.512
HRSimulationError called with 164, 57.8, 252.400 -> 6.652
HRSimulationError called with 164, 75.4, 243.715 -> 6.586
HRSimulationError called with 163, 79.2, 263.724 -> 6.445
HRSimulationError called with 161, 73.2, 294.110 -> 6.440
HRSimulationError called with 162, 50.0, 286.116 -> 6.791
HRSimulationError called with 164, 88.6, 241.015 -> 6.530
HRSimulationError called with 163, 84.9, 266.582 -> 6.344
HRSimulationError called with 163, 89.6, 278.016 -> 6.289
HRSimulationError called with 162, 72.3, 293.949 -> 6.205
HRSimulationError called with 161, 64.2, 320.416 -> 6.123
HRSimulationError called with 158, 72.8, 364.707 -> 6.337
HRSimulationError called with 161, 77.8, 347.983 -> 6.039
HRSimulationError called with 160, 80.1, 374.919 -> 6.063
HRSimulationError called with 165, 81.6, 266.236 -> 6.181
HRSimulationError called with 161, 59.5, 345.075 -> 5.975
HRSimulationError called with 160, 44.5, 378.604 -> 6.334
HRSimulationError called with 157, 52.7, 409.413 -> 6.261
HRSimulationError called with 163, 74.4, 302.030 -> 6.032
HRSimulationError called with 162, 76.9, 342.976 -> 5.958
HRSimulationError called with 163, 83.3, 354.255 -> 6.109
HRSimulationError called with 164, 62.8, 312.071 -> 6.074
HRSimulationError called with 161, 74.0, 339.005 -> 5.961
HRSimulationError called with 160, 65.9, 382.673 -> 5.931
HRSimulationError called with 159, 61.7, 422.994 -> 6.060
HRSimulationError called with 161, 85.1, 364.694 -> 6.101
HRSimulationError called with 161, 65.9, 349.980 -> 5.917
HRSimulationError called with 161, 65.1, 378.081 -> 5.946
HRSimulationError called with 159, 54.4, 397.513 -> 6.019
HRSimulationError called with 161, 71.3, 356.610 -> 5.921
HRSimulationError called with 161, 70.3, 348.094 -> 5.944
HRSimulationError called with 161, 69.0, 355.591 -> 5.919
HRSimulationError called with 162, 71.5, 325.447 -> 5.950
HRSimulationError called with 161, 67.3, 368.366 -> 5.914
HRSimulationError called with 160, 63.5, 359.348 -> 5.937
HRSimulationError called with 161, 69.4, 357.294 -> 5.913
HRSimulationError called with 161, 66.1, 361.503 -> 5.909
HRSimulationError called with 161, 64.6, 364.459 -> 5.917
HRSimulationError called with 161, 69.3, 374.796 -> 5.933
HRSimulationError called with 161, 66.7, 356.184 -> 5.912
HRSimulationError called with 162, 67.4, 348.287 -> 5.913
HRSimulationError called with 161, 64.1, 353.355 -> 5.916
HRSimulationError called with 161, 68.1, 356.310 -> 5.910
HRSimulationError called with 161, 66.5, 367.710 -> 5.914
HRSimulationError called with 161, 67.2, 353.143 -> 5.909
HRSimulationError called with 161, 67.5, 357.787 -> 5.911
HRSimulationError called with 161, 67.3, 357.386 -> 5.912
HRSimulationError called with 161, 66.6, 357.323 -> 5.909
HRSimulationError called with 161, 67.6, 354.726 -> 5.909
HRSimulationError called with 161, 67.0, 354.663 -> 5.909
HRSimulationError called with 161, 66.2, 355.360 -> 5.910
HRSimulationError called with 161, 67.3, 354.885 -> 5.908
HRSimulationError called with 161, 67.1, 355.570 -> 5.908
HRSimulationError called with 161, 67.2, 356.024 -> 5.910
HRSimulationError called with 161, 67.8, 351.743 -> 5.910
HRSimulationError called with 161, 66.9, 355.928 -> 5.907
HRSimulationError called with 161, 67.0, 357.779 -> 5.908
HRSimulationError called with 161, 66.7, 357.967 -> 5.910
HRSimulationError called with 161, 67.1, 355.655 -> 5.908
HRSimulationError called with 161, 67.1, 353.657 -> 5.910
HRSimulationError called with 161, 67.0, 356.748 -> 5.909
HRSimulationError called with 161, 67.0, 355.749 -> 5.912
HRSimulationError called with 161, 67.0, 355.791 -> 5.908
HRSimulationError called with 161, 67.0, 356.853 -> 5.909
2018-08-25-17-27-32.fit: 161 66.9 355.928
final_simplex: (array([[161.77647609, 66.91615041, 355.92780418],
[161.77932989, 67.03087673, 355.79149975],
[161.76323504, 66.95865814, 356.85334173],
[161.81521418, 67.0109086 , 355.74909624]]), array([5.90742615, 5.90815379, 5.90861156, 5.91228422]))
fun: 5.907426148838514
message: 'Optimization terminated successfully.'
nfev: 133
nit: 69
status: 0
success: True
x: array([161.77647609, 66.91615041, 355.92780418])
Results for 2018-08-25-17-27-32.fit:
execution time = 12:31
ThresholdHR : 161.8 ; BPM
HRTimeConstant : 66.9 ; seconds
HRDriftRate : 0.356 ; BPM/TSS
#################################################
### 2018-09-24-18-27-54.fit ###
#################################################
HRSimulationError called with 165, 63.0, 100.000 -> 9.422
HRSimulationError called with 173, 63.0, 100.000 -> 8.333
HRSimulationError called with 165, 66.2, 100.000 -> 9.367
HRSimulationError called with 165, 63.0, 105.000 -> 9.258
HRSimulationError called with 170, 65.1, 103.333 -> 8.037
HRSimulationError called with 173, 66.1, 105.000 -> 8.258
HRSimulationError called with 174, 61.2, 105.556 -> 8.641
HRSimulationError called with 180, 63.2, 100.926 -> 11.083
HRSimulationError called with 168, 63.1, 103.981 -> 8.225
HRSimulationError called with 167, 66.2, 99.321 -> 8.506
HRSimulationError called with 169, 65.0, 100.880 -> 8.172
HRSimulationError called with 165, 65.7, 105.463 -> 8.902
HRSimulationError called with 171, 63.7, 101.366 -> 8.098
HRSimulationError called with 171, 66.1, 99.738 -> 8.071
HRSimulationError called with 173, 65.0, 102.078 -> 8.297
HRSimulationError called with 170, 65.0, 101.179 -> 8.069
HRSimulationError called with 170, 67.1, 101.468 -> 8.002
HRSimulationError called with 169, 68.8, 101.519 -> 7.990
HRSimulationError called with 168, 66.5, 104.283 -> 8.179
HRSimulationError called with 171, 66.2, 100.874 -> 8.024
HRSimulationError called with 170, 68.4, 102.638 -> 7.943
HRSimulationError called with 170, 70.2, 103.368 -> 7.901
HRSimulationError called with 170, 71.7, 100.507 -> 7.888
HRSimulationError called with 170, 74.9, 99.094 -> 7.827
HRSimulationError called with 170, 76.4, 101.779 -> 7.810
HRSimulationError called with 169, 81.5, 102.232 -> 7.779
HRSimulationError called with 171, 82.3, 101.610 -> 7.685
HRSimulationError called with 171, 89.0, 101.656 -> 7.610
HRSimulationError called with 170, 93.5, 98.620 -> 7.605
HRSimulationError called with 170, 105.2, 96.247 -> 7.601
HRSimulationError called with 170, 108.9, 100.996 -> 7.560
HRSimulationError called with 169, 125.8, 101.947 -> 7.640
HRSimulationError called with 171, 120.6, 97.034 -> 7.501
HRSimulationError called with 173, 140.1, 94.434 -> 7.606
HRSimulationError called with 169, 134.0, 94.528 -> 7.774
HRSimulationError called with 171, 100.3, 99.874 -> 7.524
HRSimulationError called with 171, 114.6, 102.356 -> 7.496
HRSimulationError called with 172, 119.4, 105.410 -> 7.583
HRSimulationError called with 173, 114.8, 98.513 -> 7.583
HRSimulationError called with 170, 110.4, 100.375 -> 7.502
HRSimulationError called with 171, 130.1, 99.969 -> 7.534
HRSimulationError called with 171, 107.7, 99.898 -> 7.496
HRSimulationError called with 172, 118.3, 99.150 -> 7.531
HRSimulationError called with 171, 112.3, 100.069 -> 7.493
HRSimulationError called with 171, 102.6, 104.515 -> 7.496
HRSimulationError called with 170, 100.5, 100.632 -> 7.535
HRSimulationError called with 171, 111.1, 101.925 -> 7.495
HRSimulationError called with 171, 118.2, 96.746 -> 7.503
HRSimulationError called with 171, 106.5, 102.573 -> 7.495
HRSimulationError called with 171, 112.2, 103.146 -> 7.485
HRSimulationError called with 171, 114.4, 104.771 -> 7.488
HRSimulationError called with 171, 109.6, 101.934 -> 7.490
HRSimulationError called with 171, 116.3, 100.860 -> 7.495
HRSimulationError called with 171, 108.9, 102.144 -> 7.487
HRSimulationError called with 171, 108.2, 104.747 -> 7.487
HRSimulationError called with 171, 109.9, 104.758 -> 7.490
HRSimulationError called with 171, 109.8, 104.052 -> 7.485
HRSimulationError called with 171, 112.5, 101.481 -> 7.485
HRSimulationError called with 171, 114.1, 103.642 -> 7.487
HRSimulationError called with 171, 110.2, 102.519 -> 7.493
HRSimulationError called with 171, 112.4, 102.314 -> 7.492
HRSimulationError called with 171, 111.0, 103.599 -> 7.480
HRSimulationError called with 171, 110.6, 102.645 -> 7.488
HRSimulationError called with 171, 110.2, 103.947 -> 7.489
HRSimulationError called with 171, 110.7, 103.539 -> 7.477
HRSimulationError called with 171, 112.1, 104.211 -> 7.494
HRSimulationError called with 171, 110.9, 103.037 -> 7.487
HRSimulationError called with 171, 111.7, 103.819 -> 7.484
HRSimulationError called with 171, 110.1, 104.159 -> 7.486
HRSimulationError called with 171, 111.7, 103.399 -> 7.487
HRSimulationError called with 171, 110.9, 103.569 -> 7.491
HRSimulationError called with 171, 111.2, 103.679 -> 7.483
HRSimulationError called with 171, 111.5, 103.342 -> 7.487
2018-09-24-18-27-54.fit: 171 110.7 103.539
final_simplex: (array([[171.43059596, 110.7224654 , 103.53856092],
[171.46133613, 111.20811022, 103.67896813],
[171.4575205 , 111.46394327, 103.34241579],
[171.45947047, 110.87500309, 103.56890081]]), array([7.477223 , 7.48339201, 7.48670059, 7.49051169]))
fun: 7.477222995319781
message: 'Optimization terminated successfully.'
nfev: 73
nit: 36
status: 0
success: True
x: array([171.43059596, 110.7224654 , 103.53856092])
Results for 2018-09-24-18-27-54.fit:
execution time = 10:17
ThresholdHR : 171.4 ; BPM
HRTimeConstant : 110.7 ; seconds
HRDriftRate : 0.104 ; BPM/TSS
#################################################
### 2018-09-06-18-23-46.fit ###
#################################################
HRSimulationError called with 165, 63.0, 100.000 -> 10.044
HRSimulationError called with 173, 63.0, 100.000 -> 11.501
HRSimulationError called with 165, 66.2, 100.000 -> 9.940
HRSimulationError called with 165, 63.0, 105.000 -> 9.956
HRSimulationError called with 156, 65.1, 103.333 -> 12.260
HRSimulationError called with 169, 63.5, 100.833 -> 10.279
HRSimulationError called with 160, 64.6, 102.500 -> 10.696
HRSimulationError called with 167, 63.8, 101.250 -> 9.989
HRSimulationError called with 166, 65.6, 104.167 -> 9.883
HRSimulationError called with 167, 66.9, 106.250 -> 9.823
HRSimulationError called with 164, 66.9, 106.250 -> 9.871
HRSimulationError called with 165, 70.3, 103.333 -> 9.760
HRSimulationError called with 166, 74.0, 102.500 -> 9.687
HRSimulationError called with 166, 72.4, 110.000 -> 9.645
HRSimulationError called with 167, 75.6, 115.000 -> 9.627
HRSimulationError called with 169, 77.4, 109.583 -> 10.002
HRSimulationError called with 165, 69.6, 107.083 -> 9.720
HRSimulationError called with 166, 79.2, 110.139 -> 9.488
HRSimulationError called with 165, 85.3, 112.083 -> 9.355
HRSimulationError called with 167, 87.1, 112.639 -> 9.426
HRSimulationError called with 167, 91.3, 123.981 -> 9.312
HRSimulationError called with 168, 99.9, 134.722 -> 9.307
HRSimulationError called with 166, 105.9, 124.630 -> 9.123
HRSimulationError called with 165, 121.1, 129.444 -> 9.064
HRSimulationError called with 165, 117.2, 138.194 -> 8.976
HRSimulationError called with 164, 132.2, 150.972 -> 8.949
HRSimulationError called with 166, 150.2, 164.676 -> 9.176
HRSimulationError called with 163, 169.1, 162.006 -> 9.337
HRSimulationError called with 167, 117.2, 141.543 -> 9.058
HRSimulationError called with 164, 96.8, 116.631 -> 9.265
HRSimulationError called with 166, 136.8, 152.665 -> 9.030
HRSimulationError called with 166, 136.4, 167.342 -> 8.990
HRSimulationError called with 164, 153.1, 172.443 -> 9.015
HRSimulationError called with 163, 144.3, 174.507 -> 8.912
HRSimulationError called with 162, 148.0, 185.428 -> 8.932
HRSimulationError called with 165, 122.2, 156.105 -> 8.854
HRSimulationError called with 165, 106.7, 147.936 -> 8.909
HRSimulationError called with 163, 129.4, 153.714 -> 8.998
HRSimulationError called with 165, 134.7, 163.935 -> 8.903
HRSimulationError called with 165, 135.2, 178.726 -> 8.849
HRSimulationError called with 165, 136.7, 192.602 -> 8.880
HRSimulationError called with 166, 117.1, 158.003 -> 8.974
HRSimulationError called with 164, 137.5, 170.381 -> 8.866
HRSimulationError called with 164, 128.6, 172.873 -> 8.789
HRSimulationError called with 164, 125.6, 177.341 -> 8.719
HRSimulationError called with 165, 117.8, 171.067 -> 8.765
HRSimulationError called with 164, 130.2, 195.318 -> 8.711
HRSimulationError called with 163, 134.3, 214.924 -> 8.692
HRSimulationError called with 163, 116.6, 196.829 -> 8.545
HRSimulationError called with 162, 107.3, 205.881 -> 8.417
HRSimulationError called with 162, 126.9, 227.697 -> 8.472
HRSimulationError called with 161, 120.0, 254.994 -> 8.350
HRSimulationError called with 160, 117.3, 293.820 -> 8.306
HRSimulationError called with 159, 100.0, 270.008 -> 7.993
HRSimulationError called with 157, 82.9, 297.550 -> 7.749
HRSimulationError called with 158, 78.0, 303.803 -> 7.819
HRSimulationError called with 154, 78.2, 390.901 -> 7.757
HRSimulationError called with 154, 42.1, 367.682 -> 8.174
HRSimulationError called with 155, 60.9, 349.217 -> 7.686
HRSimulationError called with 153, 70.0, 387.975 -> 7.590
HRSimulationError called with 151, 65.9, 430.061 -> 7.623
HRSimulationError called with 156, 64.3, 298.927 -> 7.838
HRSimulationError called with 155, 74.7, 367.907 -> 7.639
HRSimulationError called with 151, 54.2, 439.183 -> 7.791
HRSimulationError called with 156, 75.7, 332.958 -> 7.644
HRSimulationError called with 154, 86.0, 376.677 -> 7.710
HRSimulationError called with 155, 67.2, 356.082 -> 7.613
HRSimulationError called with 153, 65.5, 408.351 -> 7.628
HRSimulationError called with 152, 60.4, 400.365 -> 7.601
HRSimulationError called with 154, 66.2, 354.596 -> 7.602
HRSimulationError called with 151, 63.8, 405.876 -> 7.583
HRSimulationError called with 150, 62.2, 430.773 -> 7.652
HRSimulationError called with 150, 63.3, 441.548 -> 7.690
HRSimulationError called with 153, 65.5, 376.334 -> 7.567
HRSimulationError called with 153, 72.4, 379.759 -> 7.557
HRSimulationError called with 153, 78.4, 369.455 -> 7.608
HRSimulationError called with 152, 64.5, 386.671 -> 7.579
HRSimulationError called with 154, 71.1, 355.966 -> 7.578
HRSimulationError called with 155, 74.8, 354.702 -> 7.598
HRSimulationError called with 153, 67.1, 378.679 -> 7.584
HRSimulationError called with 153, 68.9, 378.046 -> 7.562
HRSimulationError called with 153, 71.8, 367.863 -> 7.569
HRSimulationError called with 152, 68.5, 383.215 -> 7.566
HRSimulationError called with 152, 68.1, 392.817 -> 7.570
HRSimulationError called with 153, 70.9, 374.101 -> 7.566
HRSimulationError called with 154, 73.0, 371.389 -> 7.574
HRSimulationError called with 153, 69.6, 380.258 -> 7.547
HRSimulationError called with 153, 69.8, 384.608 -> 7.565
HRSimulationError called with 153, 70.1, 381.981 -> 7.545
HRSimulationError called with 153, 72.5, 383.286 -> 7.575
HRSimulationError called with 153, 69.8, 379.356 -> 7.546
HRSimulationError called with 153, 67.2, 381.305 -> 7.563
HRSimulationError called with 153, 71.1, 380.145 -> 7.568
HRSimulationError called with 153, 69.9, 380.669 -> 7.564
HRSimulationError called with 153, 69.8, 381.120 -> 7.564
HRSimulationError called with 153, 71.2, 380.870 -> 7.568
HRSimulationError called with 153, 68.6, 381.643 -> 7.562
HRSimulationError called with 153, 69.1, 382.494 -> 7.564
HRSimulationError called with 153, 69.3, 382.038 -> 7.548
HRSimulationError called with 153, 68.8, 382.655 -> 7.563
HRSimulationError called with 153, 69.1, 382.271 -> 7.547
HRSimulationError called with 153, 70.3, 382.550 -> 7.565
HRSimulationError called with 153, 69.1, 381.870 -> 7.563
HRSimulationError called with 153, 69.6, 382.126 -> 7.546
HRSimulationError called with 153, 69.7, 382.009 -> 7.547
HRSimulationError called with 153, 69.4, 381.812 -> 7.546
2018-09-06-18-23-46.fit: 153 70.1 381.981
final_simplex: (array([[153.33924861, 70.06330384, 381.98111666],
[153.32036216, 69.57596482, 382.12610779],
[153.32027475, 69.35554995, 381.81213897],
[153.30495712, 69.68283633, 382.00939875]]), array([7.54532076, 7.54635334, 7.54646047, 7.54664667]))
fun: 7.545320764223424
message: 'Optimization terminated successfully.'
nfev: 106
nit: 55
status: 0
success: True
x: array([153.33924861, 70.06330384, 381.98111666])
Results for 2018-09-06-18-23-46.fit:
execution time = 07:49
ThresholdHR : 153.3 ; BPM
HRTimeConstant : 70.1 ; seconds
HRDriftRate : 0.382 ; BPM/TSS
#################################################
### 2018-12-26-14-51-33.fit ###
#################################################
HRSimulationError called with 165, 63.0, 100.000 -> 6.153
HRSimulationError called with 173, 63.0, 100.000 -> 11.418
HRSimulationError called with 165, 66.2, 100.000 -> 6.110
HRSimulationError called with 165, 63.0, 105.000 -> 6.265
HRSimulationError called with 156, 65.1, 103.333 -> 5.535
HRSimulationError called with 148, 66.1, 105.000 -> 10.372
HRSimulationError called with 159, 66.5, 97.222 -> 4.967
HRSimulationError called with 156, 68.2, 93.333 -> 5.901
HRSimulationError called with 155, 68.8, 100.370 -> 6.029
HRSimulationError called with 149, 67.5, 100.617 -> 9.749
HRSimulationError called with 161, 66.5, 100.154 -> 4.904
HRSimulationError called with 162, 63.2, 100.103 -> 5.178
HRSimulationError called with 165, 65.7, 94.986 -> 6.177
HRSimulationError called with 158, 65.3, 101.247 -> 4.982
HRSimulationError called with 157, 68.9, 98.979 -> 5.474
HRSimulationError called with 161, 64.6, 99.822 -> 4.926
HRSimulationError called with 162, 66.5, 96.886 -> 5.100
HRSimulationError called with 159, 65.6, 100.156 -> 4.891
HRSimulationError called with 161, 64.6, 102.866 -> 5.039
HRSimulationError called with 160, 66.0, 98.633 -> 4.892
HRSimulationError called with 159, 67.4, 99.474 -> 4.911
HRSimulationError called with 159, 66.7, 99.561 -> 4.880
HRSimulationError called with 158, 65.7, 98.746 -> 5.084
HRSimulationError called with 160, 66.3, 99.802 -> 4.871
HRSimulationError called with 160, 66.3, 101.047 -> 4.853
HRSimulationError called with 160, 66.5, 102.253 -> 4.836
HRSimulationError called with 160, 67.4, 100.921 -> 4.849
HRSimulationError called with 160, 66.8, 102.423 -> 4.860
HRSimulationError called with 160, 67.5, 103.930 -> 4.811
HRSimulationError called with 160, 68.1, 105.993 -> 4.786
HRSimulationError called with 159, 67.9, 103.688 -> 4.809
HRSimulationError called with 159, 67.6, 107.035 -> 4.772
HRSimulationError called with 159, 67.7, 110.092 -> 4.754
HRSimulationError called with 159, 69.4, 110.930 -> 4.710
HRSimulationError called with 159, 70.8, 115.268 -> 4.659
HRSimulationError called with 159, 69.8, 117.214 -> 4.647
HRSimulationError called with 159, 70.8, 123.977 -> 4.589
HRSimulationError called with 157, 71.4, 126.898 -> 4.597
HRSimulationError called with 158, 74.2, 134.003 -> 4.512
HRSimulationError called with 158, 77.5, 145.958 -> 4.504
HRSimulationError called with 157, 75.6, 149.287 -> 4.470
HRSimulationError called with 156, 78.0, 166.297 -> 4.508
HRSimulationError called with 158, 77.9, 152.583 -> 4.633
HRSimulationError called with 158, 73.0, 133.319 -> 4.521
HRSimulationError called with 156, 80.0, 161.733 -> 4.489
HRSimulationError called with 156, 82.4, 171.332 -> 4.595
HRSimulationError called with 157, 75.3, 142.823 -> 4.478
HRSimulationError called with 156, 76.4, 156.604 -> 4.472
HRSimulationError called with 157, 71.6, 137.410 -> 4.501
HRSimulationError called with 156, 77.9, 155.652 -> 4.470
HRSimulationError called with 156, 78.0, 164.873 -> 4.488
HRSimulationError called with 157, 76.0, 148.335 -> 4.466
HRSimulationError called with 158, 76.5, 145.579 -> 4.496
HRSimulationError called with 156, 76.5, 153.848 -> 4.467
HRSimulationError called with 156, 78.0, 155.936 -> 4.470
HRSimulationError called with 157, 76.2, 150.949 -> 4.465
HRSimulationError called with 157, 74.6, 146.436 -> 4.474
HRSimulationError called with 157, 77.0, 153.348 -> 4.468
HRSimulationError called with 157, 75.4, 148.740 -> 4.466
HRSimulationError called with 157, 75.2, 144.835 -> 4.476
HRSimulationError called with 157, 76.2, 151.595 -> 4.463
HRSimulationError called with 157, 75.8, 152.521 -> 4.465
HRSimulationError called with 156, 76.7, 154.636 -> 4.466
HRSimulationError called with 157, 76.4, 153.162 -> 4.467
HRSimulationError called with 157, 76.2, 151.272 -> 4.466
HRSimulationError called with 157, 76.0, 152.058 -> 4.466
HRSimulationError called with 157, 75.8, 150.167 -> 4.464
HRSimulationError called with 157, 75.8, 151.274 -> 4.463
HRSimulationError called with 156, 75.6, 151.276 -> 4.469
HRSimulationError called with 157, 75.8, 149.967 -> 4.464
HRSimulationError called with 157, 75.9, 150.489 -> 4.463
HRSimulationError called with 156, 76.1, 152.072 -> 4.466
HRSimulationError called with 157, 75.9, 150.643 -> 4.466
HRSimulationError called with 157, 75.8, 150.882 -> 4.464
HRSimulationError called with 157, 76.0, 151.435 -> 4.467
HRSimulationError called with 157, 75.8, 150.721 -> 4.464
2018-12-26-14-51-33.fit: 157 75.8 151.274
final_simplex: (array([[157.00672276, 75.77863309, 151.27446732],
[157.0425714 , 75.81768033, 150.88188974],
[157.07258086, 75.77526518, 150.72089853],
[157.02435544, 75.96954486, 151.4345202 ]]), array([4.46289055, 4.46395347, 4.46414672, 4.46706293]))
fun: 4.462890547846545
message: 'Optimization terminated successfully.'
nfev: 76
nit: 39
status: 0
success: True
x: array([157.00672276, 75.77863309, 151.27446732])
Results for 2018-12-26-14-51-33.fit:
execution time = 14:40
ThresholdHR : 157.0 ; BPM
HRTimeConstant : 75.8 ; seconds
HRDriftRate : 0.151 ; BPM/TSS
>>>