-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path1.5.0-DEV-86ee57cdd7.log
1847 lines (1805 loc) · 159 KB
/
1.5.0-DEV-86ee57cdd7.log
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
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
Julia Version 1.5.0-DEV.689
Commit 86ee57cdd7 (2020-04-25 20:17 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
JULIA_NUM_THREADS = 2
Resolving package versions...
Installed DataValueInterfaces ────────── v1.0.0
Installed Zlib_jll ───────────────────── v1.2.11+9
Installed CodecZlib ──────────────────── v0.7.0
Installed OpenSpecFun_jll ────────────── v0.5.3+3
Installed DiffResults ────────────────── v1.0.2
Installed ArrayInterface ─────────────── v2.8.5
Installed DiffRules ──────────────────── v1.0.1
Installed SMM ────────────────────────── v1.4.0
Installed FFTW_jll ───────────────────── v3.3.9+5
Installed KernelDensity ──────────────── v0.5.1
Installed StatsPlots ─────────────────── v0.14.5
Installed OpenSSL_jll ────────────────── v1.1.1+2
Installed SortingAlgorithms ──────────── v0.3.1
Installed InvertedIndices ────────────── v1.0.0
Installed SpecialFunctions ───────────── v0.10.0
Installed CompilerSupportLibraries_jll ─ v0.3.3+0
Installed JSON ───────────────────────── v0.21.0
Installed Rmath ──────────────────────── v0.6.1
Installed LineSearches ───────────────── v7.0.1
Installed Ogg_jll ────────────────────── v1.3.3+0
Installed Missings ───────────────────── v0.4.3
Installed Ratios ─────────────────────── v0.4.0
Installed Parsers ────────────────────── v1.0.2
Installed Documenter ─────────────────── v0.24.10
Installed AbstractFFTs ───────────────── v0.5.0
Installed Plots ──────────────────────── v1.1.1
Installed ForwardDiff ────────────────── v0.10.10
Installed NLSolversBase ──────────────── v7.6.1
Installed OpenBLAS_jll ───────────────── v0.3.9+2
Installed DocStringExtensions ────────── v0.8.1
Installed Tables ─────────────────────── v1.0.4
Installed OffsetArrays ───────────────── v1.0.4
Installed GeometryTypes ──────────────── v0.8.2
Installed StaticArrays ───────────────── v0.12.2
Installed LAME_jll ───────────────────── v3.100.0+0
Installed libass_jll ─────────────────── v0.14.0+1
Installed TranscodingStreams ─────────── v0.9.5
Installed DataAPI ────────────────────── v1.2.0
Installed DataFramesMeta ─────────────── v0.5.0
Installed Bzip2_jll ──────────────────── v1.0.6+2
Installed ProgressMeter ──────────────── v1.2.0
Installed Clustering ─────────────────── v0.14.0
Installed TableOperations ────────────── v0.2.1
Installed NaNMath ────────────────────── v0.3.3
Installed DataStructures ─────────────── v0.17.13
Installed Distributions ──────────────── v0.23.2
Installed AxisAlgorithms ─────────────── v1.0.0
Installed Requires ───────────────────── v1.0.1
Installed CommonSubexpressions ───────── v0.2.0
Installed FileIO ─────────────────────── v1.2.4
Installed Observables ────────────────── v0.3.1
Installed libfdk_aac_jll ─────────────── v0.1.6+1
Installed CategoricalArrays ──────────── v0.7.7
Installed StatsBase ──────────────────── v0.33.0
Installed PDMats ─────────────────────── v0.9.12
Installed WoodburyMatrices ───────────── v0.5.2
Installed FriBidi_jll ────────────────── v1.0.5+2
Installed Opus_jll ───────────────────── v1.3.1+0
Installed PooledArrays ───────────────── v0.5.3
Installed Distances ──────────────────── v0.8.2
Installed TableTraits ────────────────── v1.0.0
Installed StatsFuns ──────────────────── v0.9.4
Installed MultivariateStats ──────────── v0.7.0
Installed Parameters ─────────────────── v0.12.0
Installed Rmath_jll ──────────────────── v0.2.2+0
Installed Widgets ────────────────────── v0.6.2
Installed FFMPEG ─────────────────────── v0.3.0
Installed OrderedCollections ─────────── v1.1.0
Installed Arpack ─────────────────────── v0.4.0
Installed DataValues ─────────────────── v0.4.13
Installed GLM ────────────────────────── v1.3.9
Installed FFMPEG_jll ─────────────────── v4.1.0+2
Installed LibVPX_jll ─────────────────── v1.8.1+1
Installed Compat ─────────────────────── v3.8.0
Installed ShiftedArrays ──────────────── v1.0.0
Installed Measures ───────────────────── v0.3.1
Installed StatsModels ────────────────── v0.6.11
Installed GR ─────────────────────────── v0.48.0
Installed Reexport ───────────────────── v0.2.0
Installed libvorbis_jll ──────────────── v1.3.6+2
Installed x264_jll ───────────────────── v2019.5.25+1
Installed FreeType2_jll ──────────────── v2.10.1+2
Installed FillArrays ─────────────────── v0.8.7
Installed FFTW ───────────────────────── v1.2.0
Installed MKL_jll ────────────────────── v2019.0.117+2
Installed ColorTypes ─────────────────── v0.10.2
Installed ColorSchemes ───────────────── v3.8.0
Installed RecipesBase ────────────────── v1.0.1
Installed IteratorInterfaceExtensions ── v1.0.0
Installed RecipesPipeline ────────────── v0.1.6
Installed IntelOpenMP_jll ────────────── v2018.0.3+0
Installed PlotUtils ──────────────────── v1.0.0
Installed DataFrames ─────────────────── v0.20.2
Installed Contour ────────────────────── v0.5.2
Installed Optim ──────────────────────── v0.20.6
Installed QuadGK ─────────────────────── v2.3.1
Installed Arpack_jll ─────────────────── v3.5.0+3
Installed PositiveFactorizations ─────── v0.2.3
Installed Showoff ────────────────────── v0.3.1
Installed FixedPointNumbers ──────────── v0.8.0
Installed PlotThemes ─────────────────── v2.0.0
Installed NearestNeighbors ───────────── v0.4.4
Installed JLD2 ───────────────────────── v0.1.13
Installed Interpolations ─────────────── v0.12.9
Installed FiniteDiff ─────────────────── v2.3.0
Installed x265_jll ───────────────────── v3.0.0+0
Installed Colors ─────────────────────── v0.12.0
Updating `~/.julia/environments/v1.5/Project.toml`
[bc769cb7] + SMM v1.4.0
Updating `~/.julia/environments/v1.5/Manifest.toml`
[621f4979] + AbstractFFTs v0.5.0
[7d9fca2a] + Arpack v0.4.0
[68821587] + Arpack_jll v3.5.0+3
[4fba245c] + ArrayInterface v2.8.5
[13072b0f] + AxisAlgorithms v1.0.0
[6e34b625] + Bzip2_jll v1.0.6+2
[324d7699] + CategoricalArrays v0.7.7
[aaaa29a8] + Clustering v0.14.0
[944b1d66] + CodecZlib v0.7.0
[35d6a980] + ColorSchemes v3.8.0
[3da002f7] + ColorTypes v0.10.2
[5ae59095] + Colors v0.12.0
[bbf7d656] + CommonSubexpressions v0.2.0
[34da2185] + Compat v3.8.0
[e66e0078] + CompilerSupportLibraries_jll v0.3.3+0
[d38c429a] + Contour v0.5.2
[9a962f9c] + DataAPI v1.2.0
[a93c6f00] + DataFrames v0.20.2
[1313f7d8] + DataFramesMeta v0.5.0
[864edb3b] + DataStructures v0.17.13
[e2d170a0] + DataValueInterfaces v1.0.0
[e7dc6d0d] + DataValues v0.4.13
[163ba53b] + DiffResults v1.0.2
[b552c78f] + DiffRules v1.0.1
[b4f34e82] + Distances v0.8.2
[31c24e10] + Distributions v0.23.2
[ffbed154] + DocStringExtensions v0.8.1
[e30172f5] + Documenter v0.24.10
[c87230d0] + FFMPEG v0.3.0
[b22a6f82] + FFMPEG_jll v4.1.0+2
[7a1cc6ca] + FFTW v1.2.0
[f5851436] + FFTW_jll v3.3.9+5
[5789e2e9] + FileIO v1.2.4
[1a297f60] + FillArrays v0.8.7
[6a86dc24] + FiniteDiff v2.3.0
[53c48c17] + FixedPointNumbers v0.8.0
[f6369f11] + ForwardDiff v0.10.10
[d7e528f0] + FreeType2_jll v2.10.1+2
[559328eb] + FriBidi_jll v1.0.5+2
[38e38edf] + GLM v1.3.9
[28b8d3ca] + GR v0.48.0
[4d00f742] + GeometryTypes v0.8.2
[1d5cc7b8] + IntelOpenMP_jll v2018.0.3+0
[a98d9a8b] + Interpolations v0.12.9
[41ab1584] + InvertedIndices v1.0.0
[82899510] + IteratorInterfaceExtensions v1.0.0
[033835bb] + JLD2 v0.1.13
[682c06a0] + JSON v0.21.0
[5ab0869b] + KernelDensity v0.5.1
[c1c5ebd0] + LAME_jll v3.100.0+0
[dd192d2f] + LibVPX_jll v1.8.1+1
[d3d80556] + LineSearches v7.0.1
[856f044c] + MKL_jll v2019.0.117+2
[442fdcdd] + Measures v0.3.1
[e1d29d7a] + Missings v0.4.3
[6f286f6a] + MultivariateStats v0.7.0
[d41bc354] + NLSolversBase v7.6.1
[77ba4419] + NaNMath v0.3.3
[b8a86587] + NearestNeighbors v0.4.4
[510215fc] + Observables v0.3.1
[6fe1bfb0] + OffsetArrays v1.0.4
[e7412a2a] + Ogg_jll v1.3.3+0
[4536629a] + OpenBLAS_jll v0.3.9+2
[458c3c95] + OpenSSL_jll v1.1.1+2
[efe28fd5] + OpenSpecFun_jll v0.5.3+3
[429524aa] + Optim v0.20.6
[91d4177d] + Opus_jll v1.3.1+0
[bac558e1] + OrderedCollections v1.1.0
[90014a1f] + PDMats v0.9.12
[d96e819e] + Parameters v0.12.0
[69de0a69] + Parsers v1.0.2
[ccf2f8ad] + PlotThemes v2.0.0
[995b91a9] + PlotUtils v1.0.0
[91a5bcdd] + Plots v1.1.1
[2dfb63ee] + PooledArrays v0.5.3
[85a6dd25] + PositiveFactorizations v0.2.3
[92933f4c] + ProgressMeter v1.2.0
[1fd47b50] + QuadGK v2.3.1
[c84ed2f1] + Ratios v0.4.0
[3cdcf5f2] + RecipesBase v1.0.1
[01d81517] + RecipesPipeline v0.1.6
[189a3867] + Reexport v0.2.0
[ae029012] + Requires v1.0.1
[79098fc4] + Rmath v0.6.1
[f50d1b31] + Rmath_jll v0.2.2+0
[bc769cb7] + SMM v1.4.0
[1277b4bf] + ShiftedArrays v1.0.0
[992d4aef] + Showoff v0.3.1
[a2af1166] + SortingAlgorithms v0.3.1
[276daf66] + SpecialFunctions v0.10.0
[90137ffa] + StaticArrays v0.12.2
[2913bbd2] + StatsBase v0.33.0
[4c63d2b9] + StatsFuns v0.9.4
[3eaba693] + StatsModels v0.6.11
[f3b207a7] + StatsPlots v0.14.5
[ab02a1b2] + TableOperations v0.2.1
[3783bdb8] + TableTraits v1.0.0
[bd369af6] + Tables v1.0.4
[3bb67fe8] + TranscodingStreams v0.9.5
[cc8bc4a8] + Widgets v0.6.2
[efce3f68] + WoodburyMatrices v0.5.2
[83775a58] + Zlib_jll v1.2.11+9
[0ac62f75] + libass_jll v0.14.0+1
[f638f0a6] + libfdk_aac_jll v0.1.6+1
[f27f6e37] + libvorbis_jll v1.3.6+2
[1270edf5] + x264_jll v2019.5.25+1
[dfaa095f] + x265_jll v3.0.0+0
[2a0f44e3] + Base64
[ade2ca70] + Dates
[8bb1440f] + DelimitedFiles
[8ba89e20] + Distributed
[9fa8497b] + Future
[b77e0a4c] + InteractiveUtils
[76f85450] + LibGit2
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[44cfe95a] + Pkg
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA
[9e88b42a] + Serialization
[1a1011a3] + SharedArrays
[6462fe0b] + Sockets
[2f01184e] + SparseArrays
[10745b16] + Statistics
[4607b0f0] + SuiteSparse
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Building GR ───→ `~/.julia/packages/GR/yMV3y/deps/build.log`
Building Plots → `~/.julia/packages/Plots/tHJWu/deps/build.log`
Building FFTW ─→ `~/.julia/packages/FFTW/qqcBj/deps/build.log`
Testing SMM
Status `/tmp/jl_CQZkYr/Project.toml`
[a93c6f00] DataFrames v0.20.2
[1313f7d8] DataFramesMeta v0.5.0
[31c24e10] Distributions v0.23.2
[e30172f5] Documenter v0.24.10
[5789e2e9] FileIO v1.2.4
[38e38edf] GLM v1.3.9
[033835bb] JLD2 v0.1.13
[682c06a0] JSON v0.21.0
[bac558e1] OrderedCollections v1.1.0
[90014a1f] PDMats v0.9.12
[91a5bcdd] Plots v1.1.1
[92933f4c] ProgressMeter v1.2.0
[bc769cb7] SMM v1.4.0
[f3b207a7] StatsPlots v0.14.5
[8ba89e20] Distributed
[37e2e46d] LinearAlgebra
[56ddb016] Logging
[9a3f8284] Random
[10745b16] Statistics
[8dfed614] Test
Status `/tmp/jl_CQZkYr/Manifest.toml`
[621f4979] AbstractFFTs v0.5.0
[7d9fca2a] Arpack v0.4.0
[68821587] Arpack_jll v3.5.0+3
[4fba245c] ArrayInterface v2.8.5
[13072b0f] AxisAlgorithms v1.0.0
[6e34b625] Bzip2_jll v1.0.6+2
[324d7699] CategoricalArrays v0.7.7
[aaaa29a8] Clustering v0.14.0
[944b1d66] CodecZlib v0.7.0
[35d6a980] ColorSchemes v3.8.0
[3da002f7] ColorTypes v0.10.2
[5ae59095] Colors v0.12.0
[bbf7d656] CommonSubexpressions v0.2.0
[34da2185] Compat v3.8.0
[e66e0078] CompilerSupportLibraries_jll v0.3.3+0
[d38c429a] Contour v0.5.2
[9a962f9c] DataAPI v1.2.0
[a93c6f00] DataFrames v0.20.2
[1313f7d8] DataFramesMeta v0.5.0
[864edb3b] DataStructures v0.17.13
[e2d170a0] DataValueInterfaces v1.0.0
[e7dc6d0d] DataValues v0.4.13
[163ba53b] DiffResults v1.0.2
[b552c78f] DiffRules v1.0.1
[b4f34e82] Distances v0.8.2
[31c24e10] Distributions v0.23.2
[ffbed154] DocStringExtensions v0.8.1
[e30172f5] Documenter v0.24.10
[c87230d0] FFMPEG v0.3.0
[b22a6f82] FFMPEG_jll v4.1.0+2
[7a1cc6ca] FFTW v1.2.0
[f5851436] FFTW_jll v3.3.9+5
[5789e2e9] FileIO v1.2.4
[1a297f60] FillArrays v0.8.7
[6a86dc24] FiniteDiff v2.3.0
[53c48c17] FixedPointNumbers v0.8.0
[f6369f11] ForwardDiff v0.10.10
[d7e528f0] FreeType2_jll v2.10.1+2
[559328eb] FriBidi_jll v1.0.5+2
[38e38edf] GLM v1.3.9
[28b8d3ca] GR v0.48.0
[4d00f742] GeometryTypes v0.8.2
[1d5cc7b8] IntelOpenMP_jll v2018.0.3+0
[a98d9a8b] Interpolations v0.12.9
[41ab1584] InvertedIndices v1.0.0
[82899510] IteratorInterfaceExtensions v1.0.0
[033835bb] JLD2 v0.1.13
[682c06a0] JSON v0.21.0
[5ab0869b] KernelDensity v0.5.1
[c1c5ebd0] LAME_jll v3.100.0+0
[dd192d2f] LibVPX_jll v1.8.1+1
[d3d80556] LineSearches v7.0.1
[856f044c] MKL_jll v2019.0.117+2
[442fdcdd] Measures v0.3.1
[e1d29d7a] Missings v0.4.3
[6f286f6a] MultivariateStats v0.7.0
[d41bc354] NLSolversBase v7.6.1
[77ba4419] NaNMath v0.3.3
[b8a86587] NearestNeighbors v0.4.4
[510215fc] Observables v0.3.1
[6fe1bfb0] OffsetArrays v1.0.4
[e7412a2a] Ogg_jll v1.3.3+0
[4536629a] OpenBLAS_jll v0.3.9+2
[458c3c95] OpenSSL_jll v1.1.1+2
[efe28fd5] OpenSpecFun_jll v0.5.3+3
[429524aa] Optim v0.20.6
[91d4177d] Opus_jll v1.3.1+0
[bac558e1] OrderedCollections v1.1.0
[90014a1f] PDMats v0.9.12
[d96e819e] Parameters v0.12.0
[69de0a69] Parsers v1.0.2
[ccf2f8ad] PlotThemes v2.0.0
[995b91a9] PlotUtils v1.0.0
[91a5bcdd] Plots v1.1.1
[2dfb63ee] PooledArrays v0.5.3
[85a6dd25] PositiveFactorizations v0.2.3
[92933f4c] ProgressMeter v1.2.0
[1fd47b50] QuadGK v2.3.1
[c84ed2f1] Ratios v0.4.0
[3cdcf5f2] RecipesBase v1.0.1
[01d81517] RecipesPipeline v0.1.6
[189a3867] Reexport v0.2.0
[ae029012] Requires v1.0.1
[79098fc4] Rmath v0.6.1
[f50d1b31] Rmath_jll v0.2.2+0
[bc769cb7] SMM v1.4.0
[1277b4bf] ShiftedArrays v1.0.0
[992d4aef] Showoff v0.3.1
[a2af1166] SortingAlgorithms v0.3.1
[276daf66] SpecialFunctions v0.10.0
[90137ffa] StaticArrays v0.12.2
[2913bbd2] StatsBase v0.33.0
[4c63d2b9] StatsFuns v0.9.4
[3eaba693] StatsModels v0.6.11
[f3b207a7] StatsPlots v0.14.5
[ab02a1b2] TableOperations v0.2.1
[3783bdb8] TableTraits v1.0.0
[bd369af6] Tables v1.0.4
[3bb67fe8] TranscodingStreams v0.9.5
[cc8bc4a8] Widgets v0.6.2
[efce3f68] WoodburyMatrices v0.5.2
[83775a58] Zlib_jll v1.2.11+9
[0ac62f75] libass_jll v0.14.0+1
[f638f0a6] libfdk_aac_jll v0.1.6+1
[f27f6e37] libvorbis_jll v1.3.6+2
[1270edf5] x264_jll v2019.5.25+1
[dfaa095f] x265_jll v3.0.0+0
[2a0f44e3] Base64
[ade2ca70] Dates
[8bb1440f] DelimitedFiles
[8ba89e20] Distributed
[9fa8497b] Future
[b77e0a4c] InteractiveUtils
[76f85450] LibGit2
[8f399da3] Libdl
[37e2e46d] LinearAlgebra
[56ddb016] Logging
[d6f4376e] Markdown
[a63ad114] Mmap
[44cfe95a] Pkg
[de0858da] Printf
[3fa0cd96] REPL
[9a3f8284] Random
[ea8e919c] SHA
[9e88b42a] Serialization
[1a1011a3] SharedArrays
[6462fe0b] Sockets
[2f01184e] SparseArrays
[10745b16] Statistics
[4607b0f0] SuiteSparse
[8dfed614] Test
[cf7118a7] UUIDs
[4ec0a83e] Unicode
Test Summary: | Pass Total
Mopt type | 8 8
Test Summary: | Pass Total
Testing Eval object | 18 18
[ Info: slicing along p2
[ Info: slicing along p1
[ Info: done after 0.0 minutes
[ Info: slicing along p2
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => -2.0,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => -1.8620689655172413,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => -1.7241379310344827,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => -1.5862068965517242,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => -1.4482758620689655,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => -1.3103448275862069,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => -1.1724137931034482,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => -1.0344827586206897,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => -0.896551724137931,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => -0.7586206896551724,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => -0.6206896551724138,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => -0.4827586206896552,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => -0.3448275862068966,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => -0.20689655172413793,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => -0.06896551724137931,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.06896551724137931,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.20689655172413793,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.3448275862068966,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.4827586206896552,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.6206896551724138,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.7586206896551724,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.896551724137931,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 1.0344827586206897,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 1.1724137931034482,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 1.3103448275862069,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 1.4482758620689655,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 1.5862068965517242,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 1.7241379310344827,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 1.8620689655172413,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 2.0,:p1 => 0.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
[ Info: slicing along p1
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => -2.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => -1.8620689655172413)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => -1.7241379310344827)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => -1.5862068965517242)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => -1.4482758620689655)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => -1.3103448275862069)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => -1.1724137931034482)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => -1.0344827586206897)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => -0.896551724137931)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => -0.7586206896551724)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => -0.6206896551724138)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => -0.4827586206896552)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => -0.3448275862068966)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => -0.20689655172413793)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => -0.06896551724137931)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => 0.06896551724137931)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => 0.20689655172413793)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => 0.3448275862068966)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => 0.4827586206896552)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => 0.6206896551724138)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => 0.7586206896551724)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => 0.896551724137931)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => 1.0344827586206897)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => 1.1724137931034482)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => 1.3103448275862069)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => 1.4482758620689655)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => 1.5862068965517242)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => 1.7241379310344827)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => 1.8620689655172413)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
┌ Warning: caught exception SystemError("opening file \"/no/data/here\"", 2, nothing) at param OrderedDict(:p2 => 0.0,:p1 => 2.0)
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/mprob.jl:185
[ Info: done after 0.0 minutes
Minimizing norm: (thresh = 0.1, value = Inf)[K┌ Warning: Implicit broadcasting to a new column in DataFrame assignment is deprecated.Use `df[!, col_ind] = [v]` when `df` has zero columns
│ caller = optSlices(::MProb, ::Int64; parallel::Bool, tol::Float64, update::Float64, filename::String) at slices.jl:202
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/slices.jl:202
┌ Warning: Implicit broadcasting to a new column in DataFrame assignment is deprecated.Use `df[!, col_ind] .= v` when `df` has some columns
│ caller = optSlices(::MProb, ::Int64; parallel::Bool, tol::Float64, update::Float64, filename::String) at slices.jl:203
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/slices.jl:203
┌ Warning: Implicit broadcasting to a new column in DataFrame assignment is deprecated.Use `df[!, col_ind] .= v` when `df` has some columns
│ caller = optSlices(::MProb, ::Int64; parallel::Bool, tol::Float64, update::Float64, filename::String) at slices.jl:204
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/slices.jl:204
┌ Warning: Implicit broadcasting to a new column in DataFrame assignment is deprecated.Use `df[!, col_ind] .= v` when `df` has some columns
│ caller = optSlices(::MProb, ::Int64; parallel::Bool, tol::Float64, update::Float64, filename::String) at slices.jl:206
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/slices.jl:206
┌ Warning: Implicit broadcasting to a new column in DataFrame assignment is deprecated.Use `df[!, col_ind] .= v` when `df` has some columns
│ caller = optSlices(::MProb, ::Int64; parallel::Bool, tol::Float64, update::Float64, filename::String) at slices.jl:208
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/slices.jl:208
┌ Warning: Implicit broadcasting to a new column in DataFrame assignment is deprecated.Use `df[!, col_ind] .= v` when `df` has some columns
│ caller = optSlices(::MProb, ::Int64; parallel::Bool, tol::Float64, update::Float64, filename::String) at slices.jl:197
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/slices.jl:197
┌ Warning: Implicit broadcasting to a new column in DataFrame assignment is deprecated.Use `df[!, col_ind] .= v` when `df` has some columns
│ caller = optSlices(::MProb, ::Int64; parallel::Bool, tol::Float64, update::Float64, filename::String) at slices.jl:199
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/slices.jl:199
Minimizing norm: (thresh = 0.1, value = 2.31948)[KMinimizing norm: (thresh = 0.1, value = 2.15407)[KMinimizing norm: (thresh = 0.1, value = 0.56)[K
[ Info: converged after 4 iterations
┌ Warning: `getindex(df::DataFrame, col_ind::ColumnIndex)` is deprecated, use `df[!, col_ind]` instead.
│ caller = top-level scope at test_slices.jl:60
└ @ Core ~/.julia/packages/SMM/MDWS3/test/test_slices.jl:60
Minimizing norm: (thresh = 0.1, value = 2.31948)[KMinimizing norm: (thresh = 0.1, value = 2.15407)[KMinimizing norm: (thresh = 0.1, value = 0.56)[K
[ Info: converged after 4 iterations
┌ Warning: `getindex(df::DataFrame, col_ind::ColumnIndex)` is deprecated, use `df[!, col_ind]` instead.
│ caller = top-level scope at test_slices.jl:68
└ @ Core ~/.julia/packages/SMM/MDWS3/test/test_slices.jl:68
┌ Warning: Implicit broadcasting to a new column in DataFrame assignment is deprecated.Use `df[!, col_ind] = [v]` when `df` has zero columns
│ caller = optSlices(::MProb, ::Int64; parallel::Bool, tol::Float64, update::Nothing, filename::String) at slices.jl:202
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/slices.jl:202
┌ Warning: Implicit broadcasting to a new column in DataFrame assignment is deprecated.Use `df[!, col_ind] .= v` when `df` has some columns
│ caller = optSlices(::MProb, ::Int64; parallel::Bool, tol::Float64, update::Nothing, filename::String) at slices.jl:203
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/slices.jl:203
┌ Warning: Implicit broadcasting to a new column in DataFrame assignment is deprecated.Use `df[!, col_ind] .= v` when `df` has some columns
│ caller = optSlices(::MProb, ::Int64; parallel::Bool, tol::Float64, update::Nothing, filename::String) at slices.jl:204
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/slices.jl:204
┌ Warning: Implicit broadcasting to a new column in DataFrame assignment is deprecated.Use `df[!, col_ind] .= v` when `df` has some columns
│ caller = optSlices(::MProb, ::Int64; parallel::Bool, tol::Float64, update::Nothing, filename::String) at slices.jl:206
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/slices.jl:206
┌ Warning: Implicit broadcasting to a new column in DataFrame assignment is deprecated.Use `df[!, col_ind] .= v` when `df` has some columns
│ caller = optSlices(::MProb, ::Int64; parallel::Bool, tol::Float64, update::Nothing, filename::String) at slices.jl:208
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/slices.jl:208
┌ Warning: Implicit broadcasting to a new column in DataFrame assignment is deprecated.Use `df[!, col_ind] .= v` when `df` has some columns
│ caller = optSlices(::MProb, ::Int64; parallel::Bool, tol::Float64, update::Nothing, filename::String) at slices.jl:197
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/slices.jl:197
┌ Warning: Implicit broadcasting to a new column in DataFrame assignment is deprecated.Use `df[!, col_ind] .= v` when `df` has some columns
│ caller = optSlices(::MProb, ::Int64; parallel::Bool, tol::Float64, update::Nothing, filename::String) at slices.jl:199
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/slices.jl:199
Minimizing norm: (thresh = 0.001, value = 10.3996)[K
[ Info: converged after 2 iterations
Test Summary: | Pass Total
slices | 9 9
Test Summary: | Pass Total
Testing BGPChains constructor | 126 126
[ Info: Starting estimation loop.
Progress: 10%|████▏ | ETA: 0:00:18[KProgress: 20%|████████▎ | ETA: 0:00:15[KProgress: 30%|████████████▎ | ETA: 0:00:10[KProgress: 40%|████████████████▍ | ETA: 0:00:07[KProgress: 50%|████████████████████▌ | ETA: 0:00:10[KProgress: 60%|████████████████████████▋ | ETA: 0:00:07[KProgress: 70%|████████████████████████████▊ | ETA: 0:00:05[KProgress: 80%|████████████████████████████████▊ | ETA: 0:00:03[KProgress: 90%|████████████████████████████████████▉ | ETA: 0:00:01[KProgress: 100%|█████████████████████████████████████████| Time: 0:00:12[K
[ Info: Done with estimation after 0.2 minutes
38.218851 seconds (48.55 M allocations: 2.295 GiB, 22.56% gc time)
Test Summary: | Pass Total
AlgoAbstract | 35 35
[ Info: Starting estimation loop.
Progress: 5%|██ | ETA: 0:00:18[KProgress: 10%|████▏ | ETA: 0:00:16[KProgress: 15%|██████▏ | ETA: 0:00:15[KProgress: 20%|████████▎ | ETA: 0:00:14[KProgress: 25%|██████████▎ | ETA: 0:00:13[KProgress: 30%|████████████▎ | ETA: 0:00:12[KProgress: 35%|██████████████▍ | ETA: 0:00:11[KProgress: 40%|████████████████▍ | ETA: 0:00:10[KProgress: 45%|██████████████████▌ | ETA: 0:00:09[KProgress: 50%|████████████████████▌ | ETA: 0:00:09[KProgress: 55%|██████████████████████▌ | ETA: 0:00:08[KProgress: 60%|████████████████████████▋ | ETA: 0:00:07[KProgress: 65%|██████████████████████████▋ | ETA: 0:00:06[KProgress: 70%|████████████████████████████▊ | ETA: 0:00:05[KProgress: 75%|██████████████████████████████▊ | ETA: 0:00:04[KProgress: 80%|████████████████████████████████▊ | ETA: 0:00:03[KProgress: 85%|██████████████████████████████████▉ | ETA: 0:00:03[KProgress: 90%|████████████████████████████████████▉ | ETA: 0:00:02[KProgress: 95%|███████████████████████████████████████ | ETA: 0:00:01[KProgress: 100%|█████████████████████████████████████████| Time: 0:00:17[K
┌ Warning: could not find 'filename' in algo.opts
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoAbstract.jl:67
[ Info: Done with estimation after 0.3 minutes
summary(MA) = 3×5 DataFrame
│ Row │ id │ acc_rate │ perc_exchanged │ exchanged_most_with │ best_val │
│ │ Int64 │ Float64 │ Float64 │ Int64 │ Float64 │
├─────┼───────┼──────────┼────────────────┼─────────────────────┼───────────┤
│ 1 │ 1 │ 0.294118 │ 15.0 │ 2 │ 0.0686777 │
│ 2 │ 2 │ 0.133333 │ 30.0 │ 3 │ 0.51231 │
│ 3 │ 3 │ 0.411765 │ 20.0 │ 2 │ 0.948712 │
┌ Warning: `setindex!(df::DataFrame, v::AbstractVector, col_ind::ColumnIndex)` is deprecated, use `begin
│ df[!, col_ind] = v
│ df
│ end` instead.
│ caller = history(::SMM.BGPChain) at AlgoBGP.jl:143
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:143
┌ Warning: `setindex!(df::DataFrame, v::AbstractVector, col_ind::ColumnIndex)` is deprecated, use `begin
│ df[!, col_ind] = v
│ df
│ end` instead.
│ caller = history(::SMM.BGPChain) at AlgoBGP.jl:144
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:144
┌ Warning: `setindex!(df::DataFrame, v::AbstractVector, col_ind::ColumnIndex)` is deprecated, use `begin
│ df[!, col_ind] = v
│ df
│ end` instead.
│ caller = history(::SMM.BGPChain) at AlgoBGP.jl:145
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:145
┌ Warning: `setindex!(df::DataFrame, v::AbstractVector, col_ind::ColumnIndex)` is deprecated, use `begin
│ df[!, col_ind] = v
│ df
│ end` instead.
│ caller = history(::SMM.BGPChain) at AlgoBGP.jl:146
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:146
┌ Warning: `setindex!(df::DataFrame, v::AbstractVector, col_ind::ColumnIndex)` is deprecated, use `begin
│ df[!, col_ind] = v
│ df
│ end` instead.
│ caller = history(::SMM.BGPChain) at AlgoBGP.jl:147
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:147
┌ Warning: `setindex!(df::DataFrame, v::AbstractVector, col_ind::ColumnIndex)` is deprecated, use `begin
│ df[!, col_ind] = v
│ df
│ end` instead.
│ caller = history(::SMM.BGPChain) at AlgoBGP.jl:148
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:148
┌ Warning: `setindex!(df::DataFrame, v::AbstractVector, col_ind::ColumnIndex)` is deprecated, use `begin
│ df[!, col_ind] = v
│ df
│ end` instead.
│ caller = history(::SMM.BGPChain) at AlgoBGP.jl:152
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:152
┌ Warning: `setindex!(df::DataFrame, v::AbstractVector, col_ind::ColumnIndex)` is deprecated, use `begin
│ df[!, col_ind] = v
│ df
│ end` instead.
│ caller = history(::SMM.BGPChain) at AlgoBGP.jl:156
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:156
┌ Warning: `getindex(df::DataFrame, col_inds::Union{AbstractVector, Regex, Not})` is deprecated, use `df[:, col_inds]` instead.
│ caller = history(::SMM.BGPChain) at AlgoBGP.jl:159
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:159
┌ Warning: `getindex(df::DataFrame, col_ind::ColumnIndex)` is deprecated, use `df[!, col_ind]` instead.
│ caller = macro expansion at plotting.jl:151 [inlined]
└ @ Core ~/.julia/packages/SMM/MDWS3/src/mopt/plotting.jl:151
┌ Warning: `getindex(df::DataFrame, col_ind::ColumnIndex)` is deprecated, use `df[!, col_ind]` instead.
│ caller = macro expansion at plotting.jl:162 [inlined]
└ @ Core ~/.julia/packages/SMM/MDWS3/src/mopt/plotting.jl:162
┌ Warning: `getindex(df::DataFrame, col_ind::ColumnIndex)` is deprecated, use `df[!, col_ind]` instead.
│ caller = macro expansion at plotting.jl:162 [inlined]
└ @ Core ~/.julia/packages/SMM/MDWS3/src/mopt/plotting.jl:162
┌ Warning: `getindex(df::DataFrame, col_ind::ColumnIndex)` is deprecated, use `df[!, col_ind]` instead.
│ caller = macro expansion at plotting.jl:181 [inlined]
└ @ Core ~/.julia/packages/SMM/MDWS3/src/mopt/plotting.jl:181
┌ Warning: Attribute alias `ylim` detected in the user recipe defined for the signature (::SMM.BGPChain). To ensure expected behavior it is recommended to use the default attribute `ylims`.
└ @ Plots ~/.julia/packages/Plots/tHJWu/src/pipeline.jl:15
┌ Warning: Attribute alias `linetype` detected in the user recipe defined for the signature (::SMM.BGPChain). To ensure expected behavior it is recommended to use the default attribute `seriestype`.
└ @ Plots ~/.julia/packages/Plots/tHJWu/src/pipeline.jl:15
┌ Warning: Attribute alias `linetype` detected in the user recipe defined for the signature (::SMM.BGPChain). To ensure expected behavior it is recommended to use the default attribute `seriestype`.
└ @ Plots ~/.julia/packages/Plots/tHJWu/src/pipeline.jl:15
┌ Warning: Attribute alias `linetype` detected in the user recipe defined for the signature (::SMM.BGPChain). To ensure expected behavior it is recommended to use the default attribute `seriestype`.
└ @ Plots ~/.julia/packages/Plots/tHJWu/src/pipeline.jl:15
[ Info: Starting estimation loop.
Progress: 5%|██ | ETA: 0:02:39[KProgress: 10%|████▏ | ETA: 0:01:36[KProgress: 15%|██████▏ | ETA: 0:01:04[KProgress: 20%|████████▎ | ETA: 0:00:48[KProgress: 25%|██████████▎ | ETA: 0:00:38[KProgress: 30%|████████████▎ | ETA: 0:00:31[KProgress: 35%|██████████████▍ | ETA: 0:00:26[KProgress: 40%|████████████████▍ | ETA: 0:00:22[KProgress: 45%|██████████████████▌ | ETA: 0:00:19[KProgress: 50%|████████████████████▌ | ETA: 0:00:16[KProgress: 55%|██████████████████████▌ | ETA: 0:00:14[KProgress: 60%|████████████████████████▋ | ETA: 0:00:12[KProgress: 65%|██████████████████████████▋ | ETA: 0:00:10[KProgress: 70%|████████████████████████████▊ | ETA: 0:00:08[KProgress: 75%|██████████████████████████████▊ | ETA: 0:00:06[KProgress: 80%|████████████████████████████████▊ | ETA: 0:00:05[KProgress: 85%|██████████████████████████████████▉ | ETA: 0:00:04[KProgress: 90%|████████████████████████████████████▉ | ETA: 0:00:02[KProgress: 95%|███████████████████████████████████████ | ETA: 0:00:01[KProgress: 100%|█████████████████████████████████████████| Time: 0:00:22[K
┌ Warning: could not find 'filename' in algo.opts
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoAbstract.jl:67
[ Info: Done with estimation after 0.4 minutes
summary(MA) = 3×5 DataFrame
│ Row │ id │ acc_rate │ perc_exchanged │ exchanged_most_with │ best_val │
│ │ Int64 │ Float64 │ Float64 │ Int64 │ Float64 │
├─────┼───────┼──────────┼────────────────┼─────────────────────┼───────────┤
│ 1 │ 1 │ 0.529412 │ 20.0 │ 2 │ 0.0055614 │
│ 2 │ 2 │ 0.333333 │ 30.0 │ 3 │ 0.0077601 │
│ 3 │ 3 │ 0.25 │ 20.0 │ 2 │ 0.172408 │
[ Info: Starting estimation loop.
Progress: 0%|▎ | ETA: 0:30:53[KProgress: 1%|▍ | ETA: 0:19:01[KProgress: 2%|▋ | ETA: 0:12:54[KProgress: 2%|▉ | ETA: 0:09:49[KProgress: 2%|█ | ETA: 0:07:59[KProgress: 3%|█▎ | ETA: 0:06:47[KProgress: 4%|█▍ | ETA: 0:05:55[KProgress: 4%|█▋ | ETA: 0:05:17[KProgress: 4%|█▉ | ETA: 0:04:48[KProgress: 5%|██ | ETA: 0:04:24[KProgress: 6%|██▎ | ETA: 0:04:05[KProgress: 6%|██▌ | ETA: 0:03:48[KProgress: 6%|██▋ | ETA: 0:03:33[KProgress: 7%|██▉ | ETA: 0:03:20[KProgress: 8%|███▏ | ETA: 0:03:11[KProgress: 8%|███▎ | ETA: 0:03:02[KProgress: 8%|███▌ | ETA: 0:02:56[KProgress: 9%|███▊ | ETA: 0:02:49[KProgress: 10%|███▉ | ETA: 0:02:42[KProgress: 10%|████▏ | ETA: 0:02:36[KProgress: 10%|████▎ | ETA: 0:02:31[KProgress: 11%|████▌ | ETA: 0:02:25[KProgress: 12%|████▊ | ETA: 0:02:20[KProgress: 12%|████▉ | ETA: 0:02:17[KProgress: 12%|█████▏ | ETA: 0:02:13[KProgress: 13%|█████▍ | ETA: 0:02:09[KProgress: 14%|█████▌ | ETA: 0:02:05[KProgress: 14%|█████▊ | ETA: 0:02:02[KProgress: 14%|██████ | ETA: 0:01:58[KProgress: 15%|██████▏ | ETA: 0:01:56[KProgress: 16%|██████▍ | ETA: 0:01:53[KProgress: 16%|██████▌ | ETA: 0:01:50[KProgress: 16%|██████▊ | ETA: 0:01:48[KProgress: 17%|███████ | ETA: 0:01:47[KProgress: 18%|███████▏ | ETA: 0:01:45[KProgress: 18%|███████▍ | ETA: 0:01:43[KProgress: 18%|███████▋ | ETA: 0:01:41[KProgress: 19%|███████▊ | ETA: 0:01:39[KProgress: 20%|████████ | ETA: 0:01:38[KProgress: 20%|████████▎ | ETA: 0:01:36[KProgress: 20%|████████▍ | ETA: 0:01:35[KProgress: 21%|████████▋ | ETA: 0:01:33[KProgress: 22%|████████▉ | ETA: 0:01:32[KProgress: 22%|█████████ | ETA: 0:01:30[KProgress: 22%|█████████▎ | ETA: 0:01:29[KProgress: 23%|█████████▍ | ETA: 0:01:27[KProgress: 24%|█████████▋ | ETA: 0:01:26[KProgress: 24%|█████████▉ | ETA: 0:01:24[KProgress: 24%|██████████ | ETA: 0:01:23[KProgress: 25%|██████████▎ | ETA: 0:01:22[KProgress: 26%|██████████▌ | ETA: 0:01:21[KProgress: 26%|██████████▋ | ETA: 0:01:20[KProgress: 26%|██████████▉ | ETA: 0:01:19[KProgress: 27%|███████████▏ | ETA: 0:01:17[KProgress: 28%|███████████▎ | ETA: 0:01:17[KProgress: 28%|███████████▌ | ETA: 0:01:16[KProgress: 28%|███████████▋ | ETA: 0:01:15[KProgress: 29%|███████████▉ | ETA: 0:01:14[KProgress: 30%|████████████▏ | ETA: 0:01:13[KProgress: 30%|████████████▎ | ETA: 0:01:12[KProgress: 30%|████████████▌ | ETA: 0:01:11[KProgress: 31%|████████████▊ | ETA: 0:01:10[KProgress: 32%|████████████▉ | ETA: 0:01:10[KProgress: 32%|█████████████▏ | ETA: 0:01:09[KProgress: 32%|█████████████▍ | ETA: 0:01:08[KProgress: 33%|█████████████▌ | ETA: 0:01:07[KProgress: 34%|█████████████▊ | ETA: 0:01:06[KProgress: 34%|██████████████ | ETA: 0:01:05[KProgress: 34%|██████████████▏ | ETA: 0:01:05[KProgress: 35%|██████████████▍ | ETA: 0:01:04[KProgress: 36%|██████████████▌ | ETA: 0:01:04[KProgress: 36%|██████████████▊ | ETA: 0:01:03[KProgress: 36%|███████████████ | ETA: 0:01:02[KProgress: 37%|███████████████▏ | ETA: 0:01:01[KProgress: 38%|███████████████▍ | ETA: 0:01:01[KProgress: 38%|███████████████▋ | ETA: 0:01:00[KProgress: 38%|███████████████▊ | ETA: 0:00:59[KProgress: 39%|████████████████ | ETA: 0:00:58[KProgress: 40%|████████████████▎ | ETA: 0:00:57[KProgress: 40%|████████████████▍ | ETA: 0:00:57[KProgress: 40%|████████████████▋ | ETA: 0:00:56[KProgress: 41%|████████████████▊ | ETA: 0:00:56[KProgress: 42%|█████████████████ | ETA: 0:00:55[KProgress: 42%|█████████████████▎ | ETA: 0:00:54[KProgress: 42%|█████████████████▍ | ETA: 0:00:54[KProgress: 43%|█████████████████▋ | ETA: 0:00:53[KProgress: 44%|█████████████████▉ | ETA: 0:00:52[KProgress: 44%|██████████████████ | ETA: 0:00:52[KProgress: 44%|██████████████████▎ | ETA: 0:00:51[KProgress: 45%|██████████████████▌ | ETA: 0:00:50[KProgress: 46%|██████████████████▋ | ETA: 0:00:50[KProgress: 46%|██████████████████▉ | ETA: 0:00:49[KProgress: 46%|███████████████████▏ | ETA: 0:00:49[KProgress: 47%|███████████████████▎ | ETA: 0:00:48[KProgress: 48%|███████████████████▌ | ETA: 0:00:47[KProgress: 48%|███████████████████▋ | ETA: 0:00:47[KProgress: 48%|███████████████████▉ | ETA: 0:00:46[KProgress: 49%|████████████████████▏ | ETA: 0:00:46[KProgress: 50%|████████████████████▎ | ETA: 0:00:45[KProgress: 50%|████████████████████▌ | ETA: 0:00:44[KProgress: 50%|████████████████████▊ | ETA: 0:00:44[KProgress: 51%|████████████████████▉ | ETA: 0:00:43[KProgress: 52%|█████████████████████▏ | ETA: 0:00:43[KProgress: 52%|█████████████████████▍ | ETA: 0:00:42[KProgress: 52%|█████████████████████▌ | ETA: 0:00:42[KProgress: 53%|█████████████████████▊ | ETA: 0:00:41[KProgress: 54%|█████████████████████▉ | ETA: 0:00:41[KProgress: 54%|██████████████████████▏ | ETA: 0:00:40[KProgress: 54%|██████████████████████▍ | ETA: 0:00:40[KProgress: 55%|██████████████████████▌ | ETA: 0:00:39[KProgress: 56%|██████████████████████▊ | ETA: 0:00:39[KProgress: 56%|███████████████████████ | ETA: 0:00:38[KProgress: 56%|███████████████████████▏ | ETA: 0:00:38[KProgress: 57%|███████████████████████▍ | ETA: 0:00:37[KProgress: 58%|███████████████████████▋ | ETA: 0:00:37[KProgress: 58%|███████████████████████▊ | ETA: 0:00:36[KProgress: 58%|████████████████████████ | ETA: 0:00:36[KProgress: 59%|████████████████████████▎ | ETA: 0:00:35[KProgress: 60%|████████████████████████▍ | ETA: 0:00:35[KProgress: 60%|████████████████████████▋ | ETA: 0:00:34[KProgress: 60%|████████████████████████▊ | ETA: 0:00:34[KProgress: 61%|█████████████████████████ | ETA: 0:00:33[KProgress: 62%|█████████████████████████▎ | ETA: 0:00:33[KProgress: 62%|█████████████████████████▍ | ETA: 0:00:32[KProgress: 62%|█████████████████████████▋ | ETA: 0:00:32[KProgress: 63%|█████████████████████████▉ | ETA: 0:00:31[KProgress: 64%|██████████████████████████ | ETA: 0:00:31[KProgress: 64%|██████████████████████████▎ | ETA: 0:00:30[KProgress: 64%|██████████████████████████▌ | ETA: 0:00:30[KProgress: 65%|██████████████████████████▋ | ETA: 0:00:29[KProgress: 66%|██████████████████████████▉ | ETA: 0:00:29[KProgress: 66%|███████████████████████████ | ETA: 0:00:28[KProgress: 66%|███████████████████████████▎ | ETA: 0:00:28[KProgress: 67%|███████████████████████████▌ | ETA: 0:00:28[KProgress: 68%|███████████████████████████▋ | ETA: 0:00:27[KProgress: 68%|███████████████████████████▉ | ETA: 0:00:27[KProgress: 68%|████████████████████████████▏ | ETA: 0:00:26[KProgress: 69%|████████████████████████████▎ | ETA: 0:00:26[KProgress: 70%|████████████████████████████▌ | ETA: 0:00:25[KProgress: 70%|████████████████████████████▊ | ETA: 0:00:25[KProgress: 70%|████████████████████████████▉ | ETA: 0:00:24[KProgress: 71%|█████████████████████████████▏ | ETA: 0:00:24[KProgress: 72%|█████████████████████████████▍ | ETA: 0:00:24[KProgress: 72%|█████████████████████████████▌ | ETA: 0:00:23[KProgress: 72%|█████████████████████████████▊ | ETA: 0:00:23[KProgress: 73%|█████████████████████████████▉ | ETA: 0:00:22[KProgress: 74%|██████████████████████████████▏ | ETA: 0:00:22[KProgress: 74%|██████████████████████████████▍ | ETA: 0:00:22[KProgress: 74%|██████████████████████████████▌ | ETA: 0:00:21[KProgress: 75%|██████████████████████████████▊ | ETA: 0:00:21[KProgress: 76%|███████████████████████████████ | ETA: 0:00:20[KProgress: 76%|███████████████████████████████▏ | ETA: 0:00:20[KProgress: 76%|███████████████████████████████▍ | ETA: 0:00:20[KProgress: 77%|███████████████████████████████▋ | ETA: 0:00:19[KProgress: 78%|███████████████████████████████▊ | ETA: 0:00:19[KProgress: 78%|████████████████████████████████ | ETA: 0:00:18[KProgress: 78%|████████████████████████████████▏ | ETA: 0:00:18[KProgress: 79%|████████████████████████████████▍ | ETA: 0:00:17[KProgress: 80%|████████████████████████████████▋ | ETA: 0:00:17[KProgress: 80%|████████████████████████████████▊ | ETA: 0:00:17[KProgress: 80%|█████████████████████████████████ | ETA: 0:00:16[KProgress: 81%|█████████████████████████████████▎ | ETA: 0:00:16[KProgress: 82%|█████████████████████████████████▍ | ETA: 0:00:15[KProgress: 82%|█████████████████████████████████▋ | ETA: 0:00:15[KProgress: 82%|█████████████████████████████████▉ | ETA: 0:00:14[KProgress: 83%|██████████████████████████████████ | ETA: 0:00:14[KProgress: 84%|██████████████████████████████████▎ | ETA: 0:00:14[KProgress: 84%|██████████████████████████████████▌ | ETA: 0:00:13[KProgress: 84%|██████████████████████████████████▋ | ETA: 0:00:13[KProgress: 85%|██████████████████████████████████▉ | ETA: 0:00:12[KProgress: 86%|███████████████████████████████████ | ETA: 0:00:12[KProgress: 86%|███████████████████████████████████▎ | ETA: 0:00:11[KProgress: 86%|███████████████████████████████████▌ | ETA: 0:00:11[KProgress: 87%|███████████████████████████████████▋ | ETA: 0:00:11[KProgress: 88%|███████████████████████████████████▉ | ETA: 0:00:10[KProgress: 88%|████████████████████████████████████▏ | ETA: 0:00:10[KProgress: 88%|████████████████████████████████████▎ | ETA: 0:00:09[KProgress: 89%|████████████████████████████████████▌ | ETA: 0:00:09[KProgress: 90%|████████████████████████████████████▊ | ETA: 0:00:09[KProgress: 90%|████████████████████████████████████▉ | ETA: 0:00:08[KProgress: 90%|█████████████████████████████████████▏ | ETA: 0:00:08[KProgress: 91%|█████████████████████████████████████▎ | ETA: 0:00:07[KProgress: 92%|█████████████████████████████████████▌ | ETA: 0:00:07[KProgress: 92%|█████████████████████████████████████▊ | ETA: 0:00:07[KProgress: 92%|█████████████████████████████████████▉ | ETA: 0:00:06[KProgress: 93%|██████████████████████████████████████▏ | ETA: 0:00:06[KProgress: 94%|██████████████████████████████████████▍ | ETA: 0:00:05[KProgress: 94%|██████████████████████████████████████▌ | ETA: 0:00:05[KProgress: 94%|██████████████████████████████████████▊ | ETA: 0:00:04[KProgress: 95%|███████████████████████████████████████ | ETA: 0:00:04[KProgress: 96%|███████████████████████████████████████▏ | ETA: 0:00:04[KProgress: 96%|███████████████████████████████████████▍ | ETA: 0:00:03[KProgress: 96%|███████████████████████████████████████▋ | ETA: 0:00:03[KProgress: 97%|███████████████████████████████████████▊ | ETA: 0:00:02[KProgress: 98%|████████████████████████████████████████ | ETA: 0:00:02[KProgress: 98%|████████████████████████████████████████▏| ETA: 0:00:02[KProgress: 98%|████████████████████████████████████████▍| ETA: 0:00:01[KProgress: 99%|████████████████████████████████████████▋| ETA: 0:00:01[KProgress: 100%|████████████████████████████████████████▊| ETA: 0:00:00[KProgress: 100%|█████████████████████████████████████████| Time: 0:01:21[K
┌ Warning: could not find 'filename' in algo.opts
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoAbstract.jl:67
[ Info: Done with estimation after 1.4 minutes
truth =
{
"mu1": [
-1.0
],
"mu2": [
1.0
]
}
means after 200 iterations =
{
"p2": 0.9736691151194922,
"p1": -0.9266131973528715
}
medians after 200 iterations =
{
"p2": 0.967110402387116,
"p1": -0.8894237601894299
}
95% CI =
{
"p2": [
0.14480118739402956,
1.7240781469975512
],
"p1": [
-1.6775708828299565,
-0.387262543424436
]
}
[ Info: Starting estimation loop.
Progress: 0%|▎ | ETA: 0:29:06[KProgress: 1%|▍ | ETA: 0:18:22[KProgress: 2%|▋ | ETA: 0:12:32[KProgress: 2%|▉ | ETA: 0:09:36[KProgress: 2%|█ | ETA: 0:07:50[KProgress: 3%|█▎ | ETA: 0:06:37[KProgress: 4%|█▍ | ETA: 0:05:48[KProgress: 4%|█▋ | ETA: 0:05:10[KProgress: 4%|█▉ | ETA: 0:04:41[KProgress: 5%|██ | ETA: 0:04:16[KProgress: 6%|██▎ | ETA: 0:03:56[KProgress: 6%|██▌ | ETA: 0:03:39[KProgress: 6%|██▋ | ETA: 0:03:25[KProgress: 7%|██▉ | ETA: 0:03:14[KProgress: 8%|███▏ | ETA: 0:03:04[KProgress: 8%|███▎ | ETA: 0:02:54[KProgress: 8%|███▌ | ETA: 0:02:46[KProgress: 9%|███▊ | ETA: 0:02:39[KProgress: 10%|███▉ | ETA: 0:02:33[KProgress: 10%|████▏ | ETA: 0:02:27[KProgress: 10%|████▎ | ETA: 0:02:22[KProgress: 11%|████▌ | ETA: 0:02:17[KProgress: 12%|████▊ | ETA: 0:02:12[KProgress: 12%|████▉ | ETA: 0:02:08[KProgress: 12%|█████▏ | ETA: 0:02:06[KProgress: 13%|█████▍ | ETA: 0:02:03[KProgress: 14%|█████▌ | ETA: 0:02:00[KProgress: 14%|█████▊ | ETA: 0:01:57[KProgress: 14%|██████ | ETA: 0:01:54[KProgress: 15%|██████▏ | ETA: 0:01:51[KProgress: 16%|██████▍ | ETA: 0:01:48[KProgress: 16%|██████▌ | ETA: 0:01:46[KProgress: 16%|██████▊ | ETA: 0:01:43[KProgress: 17%|███████ | ETA: 0:01:41[KProgress: 18%|███████▏ | ETA: 0:01:39[KProgress: 18%|███████▍ | ETA: 0:01:37[KProgress: 18%|███████▋ | ETA: 0:01:35[KProgress: 19%|███████▊ | ETA: 0:01:33[KProgress: 20%|████████ | ETA: 0:01:31[KProgress: 20%|████████▎ | ETA: 0:01:30[KProgress: 20%|████████▍ | ETA: 0:01:29[KProgress: 21%|████████▋ | ETA: 0:01:27[KProgress: 22%|████████▉ | ETA: 0:01:26[KProgress: 22%|█████████ | ETA: 0:01:25[KProgress: 22%|█████████▎ | ETA: 0:01:24[KProgress: 23%|█████████▍ | ETA: 0:01:23[KProgress: 24%|█████████▋ | ETA: 0:01:21[KProgress: 24%|█████████▉ | ETA: 0:01:20[KProgress: 24%|██████████ | ETA: 0:01:19[KProgress: 25%|██████████▎ | ETA: 0:01:18[KProgress: 26%|██████████▌ | ETA: 0:01:17[KProgress: 26%|██████████▋ | ETA: 0:01:16[KProgress: 26%|██████████▉ | ETA: 0:01:15[KProgress: 27%|███████████▏ | ETA: 0:01:14[KProgress: 28%|███████████▎ | ETA: 0:01:14[KProgress: 28%|███████████▌ | ETA: 0:01:13[KProgress: 28%|███████████▋ | ETA: 0:01:12[KProgress: 29%|███████████▉ | ETA: 0:01:11[KProgress: 30%|████████████▏ | ETA: 0:01:11[KProgress: 30%|████████████▎ | ETA: 0:01:10[KProgress: 30%|████████████▌ | ETA: 0:01:09[KProgress: 31%|████████████▊ | ETA: 0:01:08[KProgress: 32%|████████████▉ | ETA: 0:01:07[KProgress: 32%|█████████████▏ | ETA: 0:01:07[KProgress: 32%|█████████████▍ | ETA: 0:01:06[KProgress: 33%|█████████████▌ | ETA: 0:01:05[KProgress: 34%|█████████████▊ | ETA: 0:01:04[KProgress: 34%|██████████████ | ETA: 0:01:03[KProgress: 34%|██████████████▏ | ETA: 0:01:03[KProgress: 35%|██████████████▍ | ETA: 0:01:02[KProgress: 36%|██████████████▌ | ETA: 0:01:01[KProgress: 36%|██████████████▊ | ETA: 0:01:01[KProgress: 36%|███████████████ | ETA: 0:01:00[KProgress: 37%|███████████████▏ | ETA: 0:00:59[KProgress: 38%|███████████████▍ | ETA: 0:00:59[KProgress: 38%|███████████████▋ | ETA: 0:00:58[KProgress: 38%|███████████████▊ | ETA: 0:00:57[KProgress: 39%|████████████████ | ETA: 0:00:57[KProgress: 40%|████████████████▎ | ETA: 0:00:56[KProgress: 40%|████████████████▍ | ETA: 0:00:56[KProgress: 40%|████████████████▋ | ETA: 0:00:55[KProgress: 41%|████████████████▊ | ETA: 0:00:54[KProgress: 42%|█████████████████ | ETA: 0:00:54[KProgress: 42%|█████████████████▎ | ETA: 0:00:53[KProgress: 42%|█████████████████▍ | ETA: 0:00:52[KProgress: 43%|█████████████████▋ | ETA: 0:00:52[KProgress: 44%|█████████████████▉ | ETA: 0:00:51[KProgress: 44%|██████████████████ | ETA: 0:00:51[KProgress: 44%|██████████████████▎ | ETA: 0:00:50[KProgress: 45%|██████████████████▌ | ETA: 0:00:50[KProgress: 46%|██████████████████▋ | ETA: 0:00:49[KProgress: 46%|██████████████████▉ | ETA: 0:00:48[KProgress: 46%|███████████████████▏ | ETA: 0:00:48[KProgress: 47%|███████████████████▎ | ETA: 0:00:47[KProgress: 48%|███████████████████▌ | ETA: 0:00:47[KProgress: 48%|███████████████████▋ | ETA: 0:00:46[KProgress: 48%|███████████████████▉ | ETA: 0:00:45[KProgress: 49%|████████████████████▏ | ETA: 0:00:45[KProgress: 50%|████████████████████▎ | ETA: 0:00:44[KProgress: 50%|████████████████████▌ | ETA: 0:00:44[KProgress: 50%|████████████████████▊ | ETA: 0:00:43[KProgress: 51%|████████████████████▉ | ETA: 0:00:43[KProgress: 52%|█████████████████████▏ | ETA: 0:00:42[KProgress: 52%|█████████████████████▍ | ETA: 0:00:42[KProgress: 52%|█████████████████████▌ | ETA: 0:00:41[KProgress: 53%|█████████████████████▊ | ETA: 0:00:41[KProgress: 54%|█████████████████████▉ | ETA: 0:00:40[KProgress: 54%|██████████████████████▏ | ETA: 0:00:40[KProgress: 54%|██████████████████████▍ | ETA: 0:00:39[KProgress: 55%|██████████████████████▌ | ETA: 0:00:39[KProgress: 56%|██████████████████████▊ | ETA: 0:00:38[KProgress: 56%|███████████████████████ | ETA: 0:00:38[KProgress: 56%|███████████████████████▏ | ETA: 0:00:37[KProgress: 57%|███████████████████████▍ | ETA: 0:00:37[KProgress: 58%|███████████████████████▋ | ETA: 0:00:36[KProgress: 58%|███████████████████████▊ | ETA: 0:00:35[KProgress: 58%|████████████████████████ | ETA: 0:00:35[KProgress: 59%|████████████████████████▎ | ETA: 0:00:34[KProgress: 60%|████████████████████████▍ | ETA: 0:00:34[KProgress: 60%|████████████████████████▋ | ETA: 0:00:34[KProgress: 60%|████████████████████████▊ | ETA: 0:00:33[KProgress: 61%|█████████████████████████ | ETA: 0:00:33[KProgress: 62%|█████████████████████████▎ | ETA: 0:00:32[KProgress: 62%|█████████████████████████▍ | ETA: 0:00:32[KProgress: 62%|█████████████████████████▋ | ETA: 0:00:31[KProgress: 63%|█████████████████████████▉ | ETA: 0:00:31[KProgress: 64%|██████████████████████████ | ETA: 0:00:30[KProgress: 64%|██████████████████████████▎ | ETA: 0:00:30[KProgress: 64%|██████████████████████████▌ | ETA: 0:00:30[KProgress: 65%|██████████████████████████▋ | ETA: 0:00:29[KProgress: 66%|██████████████████████████▉ | ETA: 0:00:29[KProgress: 66%|███████████████████████████ | ETA: 0:00:28[KProgress: 66%|███████████████████████████▎ | ETA: 0:00:28[KProgress: 67%|███████████████████████████▌ | ETA: 0:00:27[KProgress: 68%|███████████████████████████▋ | ETA: 0:00:27[KProgress: 68%|███████████████████████████▉ | ETA: 0:00:26[KProgress: 68%|████████████████████████████▏ | ETA: 0:00:26[KProgress: 69%|████████████████████████████▎ | ETA: 0:00:26[KProgress: 70%|████████████████████████████▌ | ETA: 0:00:25[KProgress: 70%|████████████████████████████▊ | ETA: 0:00:25[KProgress: 70%|████████████████████████████▉ | ETA: 0:00:24[KProgress: 71%|█████████████████████████████▏ | ETA: 0:00:24[KProgress: 72%|█████████████████████████████▍ | ETA: 0:00:23[KProgress: 72%|█████████████████████████████▌ | ETA: 0:00:23[KProgress: 72%|█████████████████████████████▊ | ETA: 0:00:22[KProgress: 73%|█████████████████████████████▉ | ETA: 0:00:22[KProgress: 74%|██████████████████████████████▏ | ETA: 0:00:22[KProgress: 74%|██████████████████████████████▍ | ETA: 0:00:21[KProgress: 74%|██████████████████████████████▌ | ETA: 0:00:21[KProgress: 75%|██████████████████████████████▊ | ETA: 0:00:20[KProgress: 76%|███████████████████████████████ | ETA: 0:00:20[KProgress: 76%|███████████████████████████████▏ | ETA: 0:00:19[KProgress: 76%|███████████████████████████████▍ | ETA: 0:00:19[KProgress: 77%|███████████████████████████████▋ | ETA: 0:00:19[KProgress: 78%|███████████████████████████████▊ | ETA: 0:00:18[KProgress: 78%|████████████████████████████████ | ETA: 0:00:18[KProgress: 78%|████████████████████████████████▏ | ETA: 0:00:17[KProgress: 79%|████████████████████████████████▍ | ETA: 0:00:17[KProgress: 80%|████████████████████████████████▋ | ETA: 0:00:17[KProgress: 80%|████████████████████████████████▊ | ETA: 0:00:16[KProgress: 80%|█████████████████████████████████ | ETA: 0:00:16[KProgress: 81%|█████████████████████████████████▎ | ETA: 0:00:15[KProgress: 82%|█████████████████████████████████▍ | ETA: 0:00:15[KProgress: 82%|█████████████████████████████████▋ | ETA: 0:00:14[KProgress: 82%|█████████████████████████████████▉ | ETA: 0:00:14[KProgress: 83%|██████████████████████████████████ | ETA: 0:00:14[KProgress: 84%|██████████████████████████████████▎ | ETA: 0:00:13[KProgress: 84%|██████████████████████████████████▌ | ETA: 0:00:13[KProgress: 84%|██████████████████████████████████▋ | ETA: 0:00:12[KProgress: 85%|██████████████████████████████████▉ | ETA: 0:00:12[KProgress: 86%|███████████████████████████████████ | ETA: 0:00:12[KProgress: 86%|███████████████████████████████████▎ | ETA: 0:00:11[KProgress: 86%|███████████████████████████████████▌ | ETA: 0:00:11[KProgress: 87%|███████████████████████████████████▋ | ETA: 0:00:10[KProgress: 88%|███████████████████████████████████▉ | ETA: 0:00:10[KProgress: 88%|████████████████████████████████████▏ | ETA: 0:00:10[KProgress: 88%|████████████████████████████████████▎ | ETA: 0:00:09[KProgress: 89%|████████████████████████████████████▌ | ETA: 0:00:09[KProgress: 90%|████████████████████████████████████▊ | ETA: 0:00:08[KProgress: 90%|████████████████████████████████████▉ | ETA: 0:00:08[KProgress: 90%|█████████████████████████████████████▏ | ETA: 0:00:08[KProgress: 91%|█████████████████████████████████████▎ | ETA: 0:00:07[KProgress: 92%|█████████████████████████████████████▌ | ETA: 0:00:07[KProgress: 92%|█████████████████████████████████████▊ | ETA: 0:00:06[KProgress: 92%|█████████████████████████████████████▉ | ETA: 0:00:06[KProgress: 93%|██████████████████████████████████████▏ | ETA: 0:00:06[KProgress: 94%|██████████████████████████████████████▍ | ETA: 0:00:05[KProgress: 94%|██████████████████████████████████████▌ | ETA: 0:00:05[KProgress: 94%|██████████████████████████████████████▊ | ETA: 0:00:04[KProgress: 95%|███████████████████████████████████████ | ETA: 0:00:04[KProgress: 96%|███████████████████████████████████████▏ | ETA: 0:00:04[KProgress: 96%|███████████████████████████████████████▍ | ETA: 0:00:03[KProgress: 96%|███████████████████████████████████████▋ | ETA: 0:00:03[KProgress: 97%|███████████████████████████████████████▊ | ETA: 0:00:02[KProgress: 98%|████████████████████████████████████████ | ETA: 0:00:02[KProgress: 98%|████████████████████████████████████████▏| ETA: 0:00:02[KProgress: 98%|████████████████████████████████████████▍| ETA: 0:00:01[KProgress: 99%|████████████████████████████████████████▋| ETA: 0:00:01[KProgress: 100%|████████████████████████████████████████▊| ETA: 0:00:00[KProgress: 100%|█████████████████████████████████████████| Time: 0:01:18[K
┌ Warning: could not find 'filename' in algo.opts
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoAbstract.jl:67
[ Info: Done with estimation after 1.3 minutes
truth =
{
"mu1": [
-1.0
],
"mu2": [
1.0
]
}
means after 200 iterations =
{
"p2": 0.972442266819185,
"p1": -1.0513002130840703
}
medians after 200 iterations =
{
"p2": 0.9474675551351379,
"p1": -1.0176853549216576
}
95% CI =
{
"p2": [
0.22159317947954776,
1.7483412652285402
],
"p1": [
-1.902730058896545,
-0.09357712141421246
]
}
[ Info: Starting estimation loop.
Progress: 1%|▎ | ETA: 0:02:34[KProgress: 1%|▌ | ETA: 0:02:24[KProgress: 2%|▋ | ETA: 0:02:12[KProgress: 2%|▉ | ETA: 0:02:05[KProgress: 3%|█▏ | ETA: 0:02:01[KProgress: 3%|█▍ | ETA: 0:01:58[KProgress: 4%|█▋ | ETA: 0:01:56[KProgress: 4%|█▉ | ETA: 0:01:54[KProgress: 5%|██ | ETA: 0:01:52[KProgress: 6%|██▎ | ETA: 0:01:50[KProgress: 6%|██▌ | ETA: 0:01:50[KProgress: 7%|██▊ | ETA: 0:01:49[KProgress: 7%|███ | ETA: 0:01:48[KProgress: 8%|███▎ | ETA: 0:01:46[KProgress: 8%|███▍ | ETA: 0:01:45[KProgress: 9%|███▋ | ETA: 0:01:44[KProgress: 9%|███▉ | ETA: 0:01:43[KProgress: 10%|████▏ | ETA: 0:01:42[KProgress: 11%|████▍ | ETA: 0:01:41[KProgress: 11%|████▌ | ETA: 0:01:39[KProgress: 12%|████▊ | ETA: 0:01:38[KProgress: 12%|█████ | ETA: 0:01:38[KProgress: 13%|█████▎ | ETA: 0:01:37[KProgress: 13%|█████▌ | ETA: 0:01:36[KProgress: 14%|█████▊ | ETA: 0:01:35[KProgress: 14%|█████▉ | ETA: 0:01:35[KProgress: 15%|██████▏ | ETA: 0:01:34[KProgress: 16%|██████▍ | ETA: 0:01:34[KProgress: 16%|██████▋ | ETA: 0:01:33[KProgress: 17%|██████▉ | ETA: 0:01:32[KProgress: 17%|███████ | ETA: 0:01:32[KProgress: 18%|███████▎ | ETA: 0:01:31[KProgress: 18%|███████▌ | ETA: 0:01:30[KProgress: 19%|███████▊ | ETA: 0:01:30[KProgress: 19%|████████ | ETA: 0:01:29[KProgress: 20%|████████▎ | ETA: 0:01:28[KProgress: 21%|████████▍ | ETA: 0:01:28[KProgress: 21%|████████▋ | ETA: 0:01:27[KProgress: 22%|████████▉ | ETA: 0:01:27[KProgress: 22%|█████████▏ | ETA: 0:01:27[KProgress: 23%|█████████▍ | ETA: 0:01:26[KProgress: 23%|█████████▋ | ETA: 0:01:25[KProgress: 24%|█████████▊ | ETA: 0:01:25[KProgress: 24%|██████████ | ETA: 0:01:24[KProgress: 25%|██████████▎ | ETA: 0:01:23[KProgress: 26%|██████████▌ | ETA: 0:01:22[KProgress: 26%|██████████▊ | ETA: 0:01:22[KProgress: 27%|██████████▉ | ETA: 0:01:21[KProgress: 27%|███████████▏ | ETA: 0:01:20[KProgress: 28%|███████████▍ | ETA: 0:01:20[KProgress: 28%|███████████▋ | ETA: 0:01:19[KProgress: 29%|███████████▉ | ETA: 0:01:18[KProgress: 29%|████████████▏ | ETA: 0:01:18[KProgress: 30%|████████████▎ | ETA: 0:01:17[KProgress: 31%|████████████▌ | ETA: 0:01:17[KProgress: 31%|████████████▊ | ETA: 0:01:16[KProgress: 32%|█████████████ | ETA: 0:01:15[KProgress: 32%|█████████████▎ | ETA: 0:01:15[KProgress: 33%|█████████████▌ | ETA: 0:01:14[KProgress: 33%|█████████████▋ | ETA: 0:01:13[KProgress: 34%|█████████████▉ | ETA: 0:01:13[KProgress: 34%|██████████████▏ | ETA: 0:01:12[KProgress: 35%|██████████████▍ | ETA: 0:01:12[KProgress: 36%|██████████████▋ | ETA: 0:01:11[KProgress: 36%|██████████████▊ | ETA: 0:01:10[KProgress: 37%|███████████████ | ETA: 0:01:09[KProgress: 37%|███████████████▎ | ETA: 0:01:09[KProgress: 38%|███████████████▌ | ETA: 0:01:08[KProgress: 38%|███████████████▊ | ETA: 0:01:07[KProgress: 39%|████████████████ | ETA: 0:01:07[KProgress: 39%|████████████████▏ | ETA: 0:01:06[KProgress: 40%|████████████████▍ | ETA: 0:01:06[KProgress: 41%|████████████████▋ | ETA: 0:01:05[KProgress: 41%|████████████████▉ | ETA: 0:01:04[KProgress: 42%|█████████████████▏ | ETA: 0:01:04[KProgress: 42%|█████████████████▎ | ETA: 0:01:03[KProgress: 43%|█████████████████▌ | ETA: 0:01:02[KProgress: 43%|█████████████████▊ | ETA: 0:01:02[KProgress: 44%|██████████████████ | ETA: 0:01:01[KProgress: 44%|██████████████████▎ | ETA: 0:01:01[KProgress: 45%|██████████████████▌ | ETA: 0:01:00[KProgress: 46%|██████████████████▋ | ETA: 0:00:59[KProgress: 46%|██████████████████▉ | ETA: 0:00:59[KProgress: 47%|███████████████████▏ | ETA: 0:00:58[KProgress: 47%|███████████████████▍ | ETA: 0:00:57[KProgress: 48%|███████████████████▋ | ETA: 0:00:57[KProgress: 48%|███████████████████▉ | ETA: 0:00:56[KProgress: 49%|████████████████████ | ETA: 0:00:56[KProgress: 49%|████████████████████▎ | ETA: 0:00:55[KProgress: 50%|████████████████████▌ | ETA: 0:00:54[KProgress: 51%|████████████████████▊ | ETA: 0:00:54[KProgress: 51%|█████████████████████ | ETA: 0:00:53[KProgress: 52%|█████████████████████▏ | ETA: 0:00:52[KProgress: 52%|█████████████████████▍ | ETA: 0:00:52[KProgress: 53%|█████████████████████▋ | ETA: 0:00:51[KProgress: 53%|█████████████████████▉ | ETA: 0:00:51[KProgress: 54%|██████████████████████▏ | ETA: 0:00:50[KProgress: 54%|██████████████████████▍ | ETA: 0:00:49[KProgress: 55%|██████████████████████▌ | ETA: 0:00:49[KProgress: 56%|██████████████████████▊ | ETA: 0:00:48[KProgress: 56%|███████████████████████ | ETA: 0:00:48[KProgress: 57%|███████████████████████▎ | ETA: 0:00:47[KProgress: 57%|███████████████████████▌ | ETA: 0:00:46[KProgress: 58%|███████████████████████▊ | ETA: 0:00:46[KProgress: 58%|███████████████████████▉ | ETA: 0:00:45[KProgress: 59%|████████████████████████▏ | ETA: 0:00:44[KProgress: 59%|████████████████████████▍ | ETA: 0:00:44[KProgress: 60%|████████████████████████▋ | ETA: 0:00:43[KProgress: 61%|████████████████████████▉ | ETA: 0:00:43[KProgress: 61%|█████████████████████████ | ETA: 0:00:42[KProgress: 62%|█████████████████████████▎ | ETA: 0:00:42[KProgress: 62%|█████████████████████████▌ | ETA: 0:00:41[KProgress: 63%|█████████████████████████▊ | ETA: 0:00:40[KProgress: 63%|██████████████████████████ | ETA: 0:00:40[KProgress: 64%|██████████████████████████▎ | ETA: 0:00:39[KProgress: 64%|██████████████████████████▍ | ETA: 0:00:39[KProgress: 65%|██████████████████████████▋ | ETA: 0:00:38[KProgress: 66%|██████████████████████████▉ | ETA: 0:00:37[KProgress: 66%|███████████████████████████▏ | ETA: 0:00:37[KProgress: 67%|███████████████████████████▍ | ETA: 0:00:36[KProgress: 67%|███████████████████████████▌ | ETA: 0:00:35[KProgress: 68%|███████████████████████████▊ | ETA: 0:00:35[KProgress: 68%|████████████████████████████ | ETA: 0:00:34[KProgress: 69%|████████████████████████████▎ | ETA: 0:00:34[KProgress: 69%|████████████████████████████▌ | ETA: 0:00:33[KProgress: 70%|████████████████████████████▊ | ETA: 0:00:32[KProgress: 71%|████████████████████████████▉ | ETA: 0:00:32[KProgress: 71%|█████████████████████████████▏ | ETA: 0:00:31[KProgress: 72%|█████████████████████████████▍ | ETA: 0:00:31[KProgress: 72%|█████████████████████████████▋ | ETA: 0:00:30[KProgress: 73%|█████████████████████████████▉ | ETA: 0:00:29[KProgress: 73%|██████████████████████████████▏ | ETA: 0:00:29[KProgress: 74%|██████████████████████████████▎ | ETA: 0:00:28[KProgress: 74%|██████████████████████████████▌ | ETA: 0:00:28[KProgress: 75%|██████████████████████████████▊ | ETA: 0:00:27[KProgress: 76%|███████████████████████████████ | ETA: 0:00:26[KProgress: 76%|███████████████████████████████▎ | ETA: 0:00:26[KProgress: 77%|███████████████████████████████▍ | ETA: 0:00:25[KProgress: 77%|███████████████████████████████▋ | ETA: 0:00:25[KProgress: 78%|███████████████████████████████▉ | ETA: 0:00:24[KProgress: 78%|████████████████████████████████▏ | ETA: 0:00:23[KProgress: 79%|████████████████████████████████▍ | ETA: 0:00:23[KProgress: 79%|████████████████████████████████▋ | ETA: 0:00:22[KProgress: 80%|████████████████████████████████▊ | ETA: 0:00:22[KProgress: 81%|█████████████████████████████████ | ETA: 0:00:21[KProgress: 81%|█████████████████████████████████▎ | ETA: 0:00:20[KProgress: 82%|█████████████████████████████████▌ | ETA: 0:00:20[KProgress: 82%|█████████████████████████████████▊ | ETA: 0:00:19[KProgress: 83%|██████████████████████████████████ | ETA: 0:00:19[KProgress: 83%|██████████████████████████████████▏ | ETA: 0:00:18[KProgress: 84%|██████████████████████████████████▍ | ETA: 0:00:17[KProgress: 84%|██████████████████████████████████▋ | ETA: 0:00:17[KProgress: 85%|██████████████████████████████████▉ | ETA: 0:00:16[KProgress: 86%|███████████████████████████████████▏ | ETA: 0:00:16[KProgress: 86%|███████████████████████████████████▎ | ETA: 0:00:15[KProgress: 87%|███████████████████████████████████▌ | ETA: 0:00:14[KProgress: 87%|███████████████████████████████████▊ | ETA: 0:00:14[KProgress: 88%|████████████████████████████████████ | ETA: 0:00:13[KProgress: 88%|████████████████████████████████████▎ | ETA: 0:00:13[KProgress: 89%|████████████████████████████████████▌ | ETA: 0:00:12[KProgress: 89%|████████████████████████████████████▋ | ETA: 0:00:11[KProgress: 90%|████████████████████████████████████▉ | ETA: 0:00:11[KProgress: 91%|█████████████████████████████████████▏ | ETA: 0:00:10[KProgress: 91%|█████████████████████████████████████▍ | ETA: 0:00:10[KProgress: 92%|█████████████████████████████████████▋ | ETA: 0:00:09[KProgress: 92%|█████████████████████████████████████▊ | ETA: 0:00:08[KProgress: 93%|██████████████████████████████████████ | ETA: 0:00:08[KProgress: 93%|██████████████████████████████████████▎ | ETA: 0:00:07[KProgress: 94%|██████████████████████████████████████▌ | ETA: 0:00:07[KProgress: 94%|██████████████████████████████████████▊ | ETA: 0:00:06[KProgress: 95%|███████████████████████████████████████ | ETA: 0:00:05[KProgress: 96%|███████████████████████████████████████▏ | ETA: 0:00:05[KProgress: 96%|███████████████████████████████████████▍ | ETA: 0:00:04[KProgress: 97%|███████████████████████████████████████▋ | ETA: 0:00:04[KProgress: 97%|███████████████████████████████████████▉ | ETA: 0:00:03[KProgress: 98%|████████████████████████████████████████▏| ETA: 0:00:02[KProgress: 98%|████████████████████████████████████████▍| ETA: 0:00:02[KProgress: 99%|████████████████████████████████████████▌| ETA: 0:00:01[KProgress: 99%|████████████████████████████████████████▊| ETA: 0:00:01[KProgress: 100%|█████████████████████████████████████████| Time: 0:01:47[K
┌ Warning: could not find 'filename' in algo.opts
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoAbstract.jl:67
[ Info: Done with estimation after 1.8 minutes
[ Info: Restarting estimation loop with 20 iterations.
┌ Warning: `getindex(df::DataFrame, col_ind::ColumnIndex)` is deprecated, use `df[!, col_ind]` instead.
│ caller = macro expansion at logging.jl:322 [inlined]
└ @ Core ./logging.jl:322
[ Info: Current best value on chain 1 before restarting 0.0004482784321624832
[ Info: restarting estimation
┌ Warning: could not find `filename` in algo.opts - not saving
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:847
[ Info: Done with estimation after 0.0 minutes
Progress: 5%|██ | ETA: 0:00:12[K┌ Warning: could not find `filename` in algo.opts - not saving
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:847
[ Info: Done with estimation after 0.0 minutes
Progress: 10%|███▉ | ETA: 0:00:12[K┌ Warning: could not find `filename` in algo.opts - not saving
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:847
[ Info: Done with estimation after 0.0 minutes
Progress: 14%|█████▉ | ETA: 0:00:11[K┌ Warning: could not find `filename` in algo.opts - not saving
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:847
[ Info: Done with estimation after 0.0 minutes
Progress: 19%|███████▊ | ETA: 0:00:10[K┌ Warning: could not find `filename` in algo.opts - not saving
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:847
[ Info: Done with estimation after 0.1 minutes
Progress: 24%|█████████▊ | ETA: 0:00:10[K┌ Warning: could not find `filename` in algo.opts - not saving
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:847
[ Info: Done with estimation after 0.1 minutes
Progress: 29%|███████████▊ | ETA: 0:00:09[K┌ Warning: could not find `filename` in algo.opts - not saving
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:847
[ Info: Done with estimation after 0.1 minutes
Progress: 33%|█████████████▋ | ETA: 0:00:08[K┌ Warning: could not find `filename` in algo.opts - not saving
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:847
[ Info: Done with estimation after 0.1 minutes
Progress: 38%|███████████████▋ | ETA: 0:00:08[K┌ Warning: could not find `filename` in algo.opts - not saving
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:847
[ Info: Done with estimation after 0.1 minutes
Progress: 43%|█████████████████▋ | ETA: 0:00:07[K┌ Warning: could not find `filename` in algo.opts - not saving
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:847
[ Info: Done with estimation after 0.1 minutes
Progress: 48%|███████████████████▌ | ETA: 0:00:06[K┌ Warning: could not find `filename` in algo.opts - not saving
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:847
[ Info: Done with estimation after 0.1 minutes
Progress: 52%|█████████████████████▌ | ETA: 0:00:06[K┌ Warning: could not find `filename` in algo.opts - not saving
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:847
[ Info: Done with estimation after 0.1 minutes
Progress: 57%|███████████████████████▍ | ETA: 0:00:05[K┌ Warning: could not find `filename` in algo.opts - not saving
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:847
[ Info: Done with estimation after 0.1 minutes
Progress: 62%|█████████████████████████▍ | ETA: 0:00:05[K┌ Warning: could not find `filename` in algo.opts - not saving
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:847
[ Info: Done with estimation after 0.1 minutes
Progress: 67%|███████████████████████████▍ | ETA: 0:00:04[K┌ Warning: could not find `filename` in algo.opts - not saving
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:847
[ Info: Done with estimation after 0.1 minutes
Progress: 71%|█████████████████████████████▎ | ETA: 0:00:04[K┌ Warning: could not find `filename` in algo.opts - not saving
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:847
[ Info: Done with estimation after 0.2 minutes
Progress: 76%|███████████████████████████████▎ | ETA: 0:00:03[K┌ Warning: could not find `filename` in algo.opts - not saving
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:847
[ Info: Done with estimation after 0.2 minutes
Progress: 81%|█████████████████████████████████▎ | ETA: 0:00:02[K┌ Warning: could not find `filename` in algo.opts - not saving
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:847
[ Info: Done with estimation after 0.2 minutes
Progress: 86%|███████████████████████████████████▏ | ETA: 0:00:02[K┌ Warning: could not find `filename` in algo.opts - not saving
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:847
[ Info: Done with estimation after 0.2 minutes
Progress: 90%|█████████████████████████████████████▏ | ETA: 0:00:01[K┌ Warning: could not find `filename` in algo.opts - not saving
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:847
[ Info: Done with estimation after 0.2 minutes
Progress: 95%|███████████████████████████████████████ | ETA: 0:00:01[K┌ Warning: could not find `filename` in algo.opts - not saving
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoBGP.jl:847
[ Info: Done with estimation after 0.2 minutes
Progress: 100%|█████████████████████████████████████████| Time: 0:00:12[K
[ Info: Starting estimation loop.
Progress: 0%|▎ | ETA: 0:01:55[KProgress: 1%|▍ | ETA: 0:01:54[KProgress: 2%|▋ | ETA: 0:01:53[KProgress: 2%|▉ | ETA: 0:01:56[KProgress: 2%|█ | ETA: 0:01:56[KProgress: 3%|█▎ | ETA: 0:01:57[KProgress: 4%|█▍ | ETA: 0:01:56[KProgress: 4%|█▋ | ETA: 0:01:55[KProgress: 4%|█▉ | ETA: 0:01:53[KProgress: 5%|██ | ETA: 0:01:53[KProgress: 6%|██▎ | ETA: 0:01:53[KProgress: 6%|██▌ | ETA: 0:01:52[KProgress: 6%|██▋ | ETA: 0:01:51[KProgress: 7%|██▉ | ETA: 0:01:50[KProgress: 8%|███▏ | ETA: 0:01:50[KProgress: 8%|███▎ | ETA: 0:01:49[KProgress: 8%|███▌ | ETA: 0:01:48[KProgress: 9%|███▊ | ETA: 0:01:47[KProgress: 10%|███▉ | ETA: 0:01:47[KProgress: 10%|████▏ | ETA: 0:01:46[KProgress: 10%|████▎ | ETA: 0:01:46[KProgress: 11%|████▌ | ETA: 0:01:45[KProgress: 12%|████▊ | ETA: 0:01:44[KProgress: 12%|████▉ | ETA: 0:01:44[KProgress: 12%|█████▏ | ETA: 0:01:43[KProgress: 13%|█████▍ | ETA: 0:01:42[KProgress: 14%|█████▌ | ETA: 0:01:42[KProgress: 14%|█████▊ | ETA: 0:01:41[KProgress: 14%|██████ | ETA: 0:01:40[KProgress: 15%|██████▏ | ETA: 0:01:40[KProgress: 16%|██████▍ | ETA: 0:01:39[KProgress: 16%|██████▌ | ETA: 0:01:38[KProgress: 16%|██████▊ | ETA: 0:01:38[KProgress: 17%|███████ | ETA: 0:01:37[KProgress: 18%|███████▏ | ETA: 0:01:36[KProgress: 18%|███████▍ | ETA: 0:01:36[KProgress: 18%|███████▋ | ETA: 0:01:35[KProgress: 19%|███████▊ | ETA: 0:01:35[KProgress: 20%|████████ | ETA: 0:01:34[KProgress: 20%|████████▎ | ETA: 0:01:33[KProgress: 20%|████████▍ | ETA: 0:01:33[KProgress: 21%|████████▋ | ETA: 0:01:32[KProgress: 22%|████████▉ | ETA: 0:01:32[KProgress: 22%|█████████ | ETA: 0:01:31[KProgress: 22%|█████████▎ | ETA: 0:01:31[KProgress: 23%|█████████▍ | ETA: 0:01:30[KProgress: 24%|█████████▋ | ETA: 0:01:30[KProgress: 24%|█████████▉ | ETA: 0:01:29[KProgress: 24%|██████████ | ETA: 0:01:28[KProgress: 25%|██████████▎ | ETA: 0:01:28[KProgress: 26%|██████████▌ | ETA: 0:01:27[KProgress: 26%|██████████▋ | ETA: 0:01:26[KProgress: 26%|██████████▉ | ETA: 0:01:26[KProgress: 27%|███████████▏ | ETA: 0:01:25[KProgress: 28%|███████████▎ | ETA: 0:01:25[KProgress: 28%|███████████▌ | ETA: 0:01:24[KProgress: 28%|███████████▋ | ETA: 0:01:23[KProgress: 29%|███████████▉ | ETA: 0:01:23[KProgress: 30%|████████████▏ | ETA: 0:01:22[KProgress: 30%|████████████▎ | ETA: 0:01:22[KProgress: 30%|████████████▌ | ETA: 0:01:22[KProgress: 31%|████████████▊ | ETA: 0:01:21[KProgress: 32%|████████████▉ | ETA: 0:01:20[KProgress: 32%|█████████████▏ | ETA: 0:01:20[KProgress: 32%|█████████████▍ | ETA: 0:01:19[KProgress: 33%|█████████████▌ | ETA: 0:01:19[KProgress: 34%|█████████████▊ | ETA: 0:01:18[KProgress: 34%|██████████████ | ETA: 0:01:18[KProgress: 34%|██████████████▏ | ETA: 0:01:17[KProgress: 35%|██████████████▍ | ETA: 0:01:16[KProgress: 36%|██████████████▌ | ETA: 0:01:16[KProgress: 36%|██████████████▊ | ETA: 0:01:15[KProgress: 36%|███████████████ | ETA: 0:01:14[KProgress: 37%|███████████████▏ | ETA: 0:01:14[KProgress: 38%|███████████████▍ | ETA: 0:01:13[KProgress: 38%|███████████████▋ | ETA: 0:01:13[KProgress: 38%|███████████████▊ | ETA: 0:01:12[KProgress: 39%|████████████████ | ETA: 0:01:12[KProgress: 40%|████████████████▎ | ETA: 0:01:11[KProgress: 40%|████████████████▍ | ETA: 0:01:11[KProgress: 40%|████████████████▋ | ETA: 0:01:10[KProgress: 41%|████████████████▊ | ETA: 0:01:09[KProgress: 42%|█████████████████ | ETA: 0:01:09[KProgress: 42%|█████████████████▎ | ETA: 0:01:08[KProgress: 42%|█████████████████▍ | ETA: 0:01:08[KProgress: 43%|█████████████████▋ | ETA: 0:01:07[KProgress: 44%|█████████████████▉ | ETA: 0:01:06[KProgress: 44%|██████████████████ | ETA: 0:01:06[KProgress: 44%|██████████████████▎ | ETA: 0:01:05[KProgress: 45%|██████████████████▌ | ETA: 0:01:04[KProgress: 46%|██████████████████▋ | ETA: 0:01:04[KProgress: 46%|██████████████████▉ | ETA: 0:01:03[KProgress: 46%|███████████████████▏ | ETA: 0:01:03[KProgress: 47%|███████████████████▎ | ETA: 0:01:02[KProgress: 48%|███████████████████▌ | ETA: 0:01:01[KProgress: 48%|███████████████████▋ | ETA: 0:01:01[KProgress: 48%|███████████████████▉ | ETA: 0:01:00[KProgress: 49%|████████████████████▏ | ETA: 0:01:00[KProgress: 50%|████████████████████▎ | ETA: 0:00:59[KProgress: 50%|████████████████████▌ | ETA: 0:00:58[KProgress: 50%|████████████████████▊ | ETA: 0:00:58[KProgress: 51%|████████████████████▉ | ETA: 0:00:57[KProgress: 52%|█████████████████████▏ | ETA: 0:00:57[KProgress: 52%|█████████████████████▍ | ETA: 0:00:56[KProgress: 52%|█████████████████████▌ | ETA: 0:00:56[KProgress: 53%|█████████████████████▊ | ETA: 0:00:55[KProgress: 54%|█████████████████████▉ | ETA: 0:00:54[KProgress: 54%|██████████████████████▏ | ETA: 0:00:54[KProgress: 54%|██████████████████████▍ | ETA: 0:00:53[KProgress: 55%|██████████████████████▌ | ETA: 0:00:53[KProgress: 56%|██████████████████████▊ | ETA: 0:00:52[KProgress: 56%|███████████████████████ | ETA: 0:00:51[KProgress: 56%|███████████████████████▏ | ETA: 0:00:51[KProgress: 57%|███████████████████████▍ | ETA: 0:00:50[KProgress: 58%|███████████████████████▋ | ETA: 0:00:50[KProgress: 58%|███████████████████████▊ | ETA: 0:00:49[KProgress: 58%|████████████████████████ | ETA: 0:00:48[KProgress: 59%|████████████████████████▎ | ETA: 0:00:48[KProgress: 60%|████████████████████████▍ | ETA: 0:00:47[KProgress: 60%|████████████████████████▋ | ETA: 0:00:47[KProgress: 60%|████████████████████████▊ | ETA: 0:00:46[KProgress: 61%|█████████████████████████ | ETA: 0:00:46[KProgress: 62%|█████████████████████████▎ | ETA: 0:00:45[KProgress: 62%|█████████████████████████▍ | ETA: 0:00:44[KProgress: 62%|█████████████████████████▋ | ETA: 0:00:44[KProgress: 63%|█████████████████████████▉ | ETA: 0:00:43[KProgress: 64%|██████████████████████████ | ETA: 0:00:43[KProgress: 64%|██████████████████████████▎ | ETA: 0:00:42[KProgress: 64%|██████████████████████████▌ | ETA: 0:00:41[KProgress: 65%|██████████████████████████▋ | ETA: 0:00:41[KProgress: 66%|██████████████████████████▉ | ETA: 0:00:40[KProgress: 66%|███████████████████████████ | ETA: 0:00:40[KProgress: 66%|███████████████████████████▎ | ETA: 0:00:39[KProgress: 67%|███████████████████████████▌ | ETA: 0:00:38[KProgress: 68%|███████████████████████████▋ | ETA: 0:00:38[KProgress: 68%|███████████████████████████▉ | ETA: 0:00:37[KProgress: 68%|████████████████████████████▏ | ETA: 0:00:37[KProgress: 69%|████████████████████████████▎ | ETA: 0:00:36[KProgress: 70%|████████████████████████████▌ | ETA: 0:00:36[KProgress: 70%|████████████████████████████▊ | ETA: 0:00:35[KProgress: 70%|████████████████████████████▉ | ETA: 0:00:34[KProgress: 71%|█████████████████████████████▏ | ETA: 0:00:34[KProgress: 72%|█████████████████████████████▍ | ETA: 0:00:33[KProgress: 72%|█████████████████████████████▌ | ETA: 0:00:33[KProgress: 72%|█████████████████████████████▊ | ETA: 0:00:32[KProgress: 73%|█████████████████████████████▉ | ETA: 0:00:31[KProgress: 74%|██████████████████████████████▏ | ETA: 0:00:31[KProgress: 74%|██████████████████████████████▍ | ETA: 0:00:30[KProgress: 74%|██████████████████████████████▌ | ETA: 0:00:30[KProgress: 75%|██████████████████████████████▊ | ETA: 0:00:29[KProgress: 76%|███████████████████████████████ | ETA: 0:00:29[KProgress: 76%|███████████████████████████████▏ | ETA: 0:00:28[KProgress: 76%|███████████████████████████████▍ | ETA: 0:00:27[KProgress: 77%|███████████████████████████████▋ | ETA: 0:00:27[KProgress: 78%|███████████████████████████████▊ | ETA: 0:00:26[KProgress: 78%|████████████████████████████████ | ETA: 0:00:26[KProgress: 78%|████████████████████████████████▏ | ETA: 0:00:25[KProgress: 79%|████████████████████████████████▍ | ETA: 0:00:24[KProgress: 80%|████████████████████████████████▋ | ETA: 0:00:24[KProgress: 80%|████████████████████████████████▊ | ETA: 0:00:23[KProgress: 80%|█████████████████████████████████ | ETA: 0:00:23[KProgress: 81%|█████████████████████████████████▎ | ETA: 0:00:22[KProgress: 82%|█████████████████████████████████▍ | ETA: 0:00:22[KProgress: 82%|█████████████████████████████████▋ | ETA: 0:00:21[KProgress: 82%|█████████████████████████████████▉ | ETA: 0:00:20[KProgress: 83%|██████████████████████████████████ | ETA: 0:00:20[KProgress: 84%|██████████████████████████████████▎ | ETA: 0:00:19[KProgress: 84%|██████████████████████████████████▌ | ETA: 0:00:19[KProgress: 84%|██████████████████████████████████▋ | ETA: 0:00:18[KProgress: 85%|██████████████████████████████████▉ | ETA: 0:00:17[KProgress: 86%|███████████████████████████████████ | ETA: 0:00:17[KProgress: 86%|███████████████████████████████████▎ | ETA: 0:00:16[KProgress: 86%|███████████████████████████████████▌ | ETA: 0:00:16[KProgress: 87%|███████████████████████████████████▋ | ETA: 0:00:15[KProgress: 88%|███████████████████████████████████▉ | ETA: 0:00:15[KProgress: 88%|████████████████████████████████████▏ | ETA: 0:00:14[KProgress: 88%|████████████████████████████████████▎ | ETA: 0:00:13[KProgress: 89%|████████████████████████████████████▌ | ETA: 0:00:13[KProgress: 90%|████████████████████████████████████▊ | ETA: 0:00:12[KProgress: 90%|████████████████████████████████████▉ | ETA: 0:00:12[KProgress: 90%|█████████████████████████████████████▏ | ETA: 0:00:11[KProgress: 91%|█████████████████████████████████████▎ | ETA: 0:00:10[KProgress: 92%|█████████████████████████████████████▌ | ETA: 0:00:10[KProgress: 92%|█████████████████████████████████████▊ | ETA: 0:00:09[KProgress: 92%|█████████████████████████████████████▉ | ETA: 0:00:09[KProgress: 93%|██████████████████████████████████████▏ | ETA: 0:00:08[KProgress: 94%|██████████████████████████████████████▍ | ETA: 0:00:08[KProgress: 94%|██████████████████████████████████████▌ | ETA: 0:00:07[KProgress: 94%|██████████████████████████████████████▊ | ETA: 0:00:06[KProgress: 95%|███████████████████████████████████████ | ETA: 0:00:06[KProgress: 96%|███████████████████████████████████████▏ | ETA: 0:00:05[KProgress: 96%|███████████████████████████████████████▍ | ETA: 0:00:05[KProgress: 96%|███████████████████████████████████████▋ | ETA: 0:00:04[KProgress: 97%|███████████████████████████████████████▊ | ETA: 0:00:04[KProgress: 98%|████████████████████████████████████████ | ETA: 0:00:03[KProgress: 98%|████████████████████████████████████████▏| ETA: 0:00:02[KProgress: 98%|████████████████████████████████████████▍| ETA: 0:00:02[KProgress: 99%|████████████████████████████████████████▋| ETA: 0:00:01[KProgress: 100%|████████████████████████████████████████▊| ETA: 0:00:01[KProgress: 100%|█████████████████████████████████████████| Time: 0:01:56[K
┌ Warning: could not find 'filename' in algo.opts
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoAbstract.jl:67
[ Info: Done with estimation after 1.9 minutes
┌ Warning: `getindex(df::DataFrame, col_ind::ColumnIndex)` is deprecated, use `df[!, col_ind]` instead.
│ caller = top-level scope at test_algoBGP.jl:287
└ @ Core ~/.julia/packages/SMM/MDWS3/test/test_algoBGP.jl:287
┌ Warning: `getindex(df::DataFrame, col_ind::ColumnIndex)` is deprecated, use `df[!, col_ind]` instead.
│ caller = top-level scope at test_algoBGP.jl:299
└ @ Core ~/.julia/packages/SMM/MDWS3/test/test_algoBGP.jl:299
┌ Warning: `getindex(df::DataFrame, col_ind::ColumnIndex)` is deprecated, use `df[!, col_ind]` instead.
│ caller = top-level scope at test_algoBGP.jl:300
└ @ Core ~/.julia/packages/SMM/MDWS3/test/test_algoBGP.jl:300
[ Info: Starting estimation loop.
Progress: 1%|▍ | ETA: 0:01:31[KProgress: 2%|▉ | ETA: 0:01:30[KProgress: 3%|█▎ | ETA: 0:01:25[KProgress: 4%|█▋ | ETA: 0:01:21[KProgress: 5%|██ | ETA: 0:01:20[KProgress: 6%|██▌ | ETA: 0:01:20[KProgress: 7%|██▉ | ETA: 0:01:20[KProgress: 8%|███▎ | ETA: 0:01:20[KProgress: 9%|███▊ | ETA: 0:01:19[KProgress: 10%|████▏ | ETA: 0:01:19[KProgress: 11%|████▌ | ETA: 0:01:18[KProgress: 12%|████▉ | ETA: 0:01:18[KProgress: 13%|█████▍ | ETA: 0:01:18[KProgress: 14%|█████▊ | ETA: 0:01:17[KProgress: 15%|██████▏ | ETA: 0:01:16[KProgress: 16%|██████▌ | ETA: 0:01:15[KProgress: 17%|███████ | ETA: 0:01:14[KProgress: 18%|███████▍ | ETA: 0:01:13[KProgress: 19%|███████▊ | ETA: 0:01:12[KProgress: 20%|████████▎ | ETA: 0:01:11[KProgress: 21%|████████▋ | ETA: 0:01:10[KProgress: 22%|█████████ | ETA: 0:01:09[KProgress: 23%|█████████▍ | ETA: 0:01:08[KProgress: 24%|█████████▉ | ETA: 0:01:07[KProgress: 25%|██████████▎ | ETA: 0:01:06[KProgress: 26%|██████████▋ | ETA: 0:01:06[KProgress: 27%|███████████▏ | ETA: 0:01:05[KProgress: 28%|███████████▌ | ETA: 0:01:04[KProgress: 29%|███████████▉ | ETA: 0:01:03[KProgress: 30%|████████████▎ | ETA: 0:01:02[KProgress: 31%|████████████▊ | ETA: 0:01:01[KProgress: 32%|█████████████▏ | ETA: 0:01:01[KProgress: 33%|█████████████▌ | ETA: 0:01:00[KProgress: 34%|██████████████ | ETA: 0:00:59[KProgress: 35%|██████████████▍ | ETA: 0:00:58[KProgress: 36%|██████████████▊ | ETA: 0:00:57[KProgress: 37%|███████████████▏ | ETA: 0:00:56[KProgress: 38%|███████████████▋ | ETA: 0:00:55[KProgress: 39%|████████████████ | ETA: 0:00:55[KProgress: 40%|████████████████▍ | ETA: 0:00:54[KProgress: 41%|████████████████▊ | ETA: 0:00:53[KProgress: 42%|█████████████████▎ | ETA: 0:00:52[KProgress: 43%|█████████████████▋ | ETA: 0:00:51[KProgress: 44%|██████████████████ | ETA: 0:00:50[KProgress: 45%|██████████████████▌ | ETA: 0:00:49[KProgress: 46%|██████████████████▉ | ETA: 0:00:48[KProgress: 47%|███████████████████▎ | ETA: 0:00:47[KProgress: 48%|███████████████████▋ | ETA: 0:00:46[KProgress: 49%|████████████████████▏ | ETA: 0:00:45[KProgress: 50%|████████████████████▌ | ETA: 0:00:45[KProgress: 51%|████████████████████▉ | ETA: 0:00:44[KProgress: 52%|█████████████████████▍ | ETA: 0:00:43[KProgress: 53%|█████████████████████▊ | ETA: 0:00:42[KProgress: 54%|██████████████████████▏ | ETA: 0:00:41[KProgress: 55%|██████████████████████▌ | ETA: 0:00:40[KProgress: 56%|███████████████████████ | ETA: 0:00:39[KProgress: 57%|███████████████████████▍ | ETA: 0:00:38[KProgress: 58%|███████████████████████▊ | ETA: 0:00:38[KProgress: 59%|████████████████████████▎ | ETA: 0:00:37[KProgress: 60%|████████████████████████▋ | ETA: 0:00:36[KProgress: 61%|█████████████████████████ | ETA: 0:00:35[KProgress: 62%|█████████████████████████▍ | ETA: 0:00:34[KProgress: 63%|█████████████████████████▉ | ETA: 0:00:33[KProgress: 64%|██████████████████████████▎ | ETA: 0:00:32[KProgress: 65%|██████████████████████████▋ | ETA: 0:00:31[KProgress: 66%|███████████████████████████ | ETA: 0:00:30[KProgress: 67%|███████████████████████████▌ | ETA: 0:00:29[KProgress: 68%|███████████████████████████▉ | ETA: 0:00:28[KProgress: 69%|████████████████████████████▎ | ETA: 0:00:28[KProgress: 70%|████████████████████████████▊ | ETA: 0:00:27[KProgress: 71%|█████████████████████████████▏ | ETA: 0:00:26[KProgress: 72%|█████████████████████████████▌ | ETA: 0:00:25[KProgress: 73%|█████████████████████████████▉ | ETA: 0:00:24[KProgress: 74%|██████████████████████████████▍ | ETA: 0:00:23[KProgress: 75%|██████████████████████████████▊ | ETA: 0:00:22[KProgress: 76%|███████████████████████████████▏ | ETA: 0:00:21[KProgress: 77%|███████████████████████████████▋ | ETA: 0:00:20[KProgress: 78%|████████████████████████████████ | ETA: 0:00:19[KProgress: 79%|████████████████████████████████▍ | ETA: 0:00:19[KProgress: 80%|████████████████████████████████▊ | ETA: 0:00:18[KProgress: 81%|█████████████████████████████████▎ | ETA: 0:00:17[KProgress: 82%|█████████████████████████████████▋ | ETA: 0:00:16[KProgress: 83%|██████████████████████████████████ | ETA: 0:00:15[KProgress: 84%|██████████████████████████████████▌ | ETA: 0:00:14[KProgress: 85%|██████████████████████████████████▉ | ETA: 0:00:13[KProgress: 86%|███████████████████████████████████▎ | ETA: 0:00:12[KProgress: 87%|███████████████████████████████████▋ | ETA: 0:00:12[KProgress: 88%|████████████████████████████████████▏ | ETA: 0:00:11[KProgress: 89%|████████████████████████████████████▌ | ETA: 0:00:10[KProgress: 90%|████████████████████████████████████▉ | ETA: 0:00:09[KProgress: 91%|█████████████████████████████████████▎ | ETA: 0:00:08[KProgress: 92%|█████████████████████████████████████▊ | ETA: 0:00:07[KProgress: 93%|██████████████████████████████████████▏ | ETA: 0:00:06[KProgress: 94%|██████████████████████████████████████▌ | ETA: 0:00:05[KProgress: 95%|███████████████████████████████████████ | ETA: 0:00:04[KProgress: 96%|███████████████████████████████████████▍ | ETA: 0:00:04[KProgress: 97%|███████████████████████████████████████▊ | ETA: 0:00:03[KProgress: 98%|████████████████████████████████████████▏| ETA: 0:00:02[KProgress: 99%|████████████████████████████████████████▋| ETA: 0:00:01[KProgress: 100%|█████████████████████████████████████████| Time: 0:01:28[K
┌ Warning: could not find 'filename' in algo.opts
└ @ SMM ~/.julia/packages/SMM/MDWS3/src/mopt/AlgoAbstract.jl:67
[ Info: Done with estimation after 1.5 minutes
summary(MA) = 3×5 DataFrame
│ Row │ id │ acc_rate │ perc_exchanged │ exchanged_most_with │ best_val │
│ │ Int64 │ Float64 │ Float64 │ Int64 │ Float64 │
├─────┼───────┼──────────┼────────────────┼─────────────────────┼──────────┤
│ 1 │ 1 │ 0.988372 │ 14.0 │ 2 │ 1.03947 │
│ 2 │ 2 │ 1.0 │ 16.0 │ 1 │ 1.05658 │
│ 3 │ 3 │ 1.0 │ 3.0 │ 2 │ 1.14104 │
Test Summary: | Pass Total
AlgoBGP | 26 26
Test Summary: | Pass Total
testing objfunctions | 6 6
Testing SMM tests passed