But if that were the case, I would have expected 23 total bins, 19 of which are unreachable.
Fri Jul 5 18:34:48 2024
Iteration 81 (130 requested)
Beginning iteration 81
960 segments remain in iteration 81 (960 total)
20 of 23 (86.956522%) active bins are populated
per-bin minimum non-zero probability: 8.38777e-27
per-bin maximum probability: 0.806459
per-bin probability dynamic range (kT): 59.8279
per-segment minimum non-zero probability: 1.48945e-28
per-segment maximum non-zero probability: 0.0250834
per-segment probability dynamic range (kT): 60.3884
norm = 1, error in norm = -1.55431e-15 (-7*epsilon)
MAB binning in use
Bottleneck bin occupancy may not be accurately reported
Waiting for segments to complete...
################ MAB stats ################
minima in each dimension: [7.99428, 1.4336749]
maxima in each dimension: [22.157143, 2.3668966]
direction in each dimension: [1, 86]
skip in each dimension: [0, 0]
###########################################
################ MAB stats ################
minima in each dimension: [22.185326, 1.5147547]
maxima in each dimension: [29.632336, 2.9872193]
direction in each dimension: [1, 1]
skip in each dimension: [0, 0]
###########################################
################ MAB stats ################
minima in each dimension: [25.288773, 3.0009027]
maxima in each dimension: [29.196918, 20.145935]
direction in each dimension: [86, 1]
skip in each dimension: [0, 0]
###########################################
Iteration completed successfully
Iteration wallclock: 0:57:46.790739, cputime: 3 days, 8:02:44.459711
Is this discrepancy because the bottleneck bin occupancy is not accurately reported? Why does this occur?
Here are the corresponding MAB bin logs:
iteration: 81
bin boundaries: [ 7.99427986 10.82685242 13.65942497 16.49199753 19.32457008 22.15714264] [1.43367493 2.36689663]
min/max pcoord: [7.99428, 1.4336749] [22.157143, 2.3668966]
bottleneck bins: 3
bottleneck pcoord: [8.4495, 1.4767015] [13.026292, 1.9145263]
iteration: 81
bin boundaries: [22.18532562 24.04707813 25.90883064 27.77058315 29.63233566] [1.51475465 2.98721933]
min/max pcoord: [22.185326, 1.5147547] [29.632336, 2.9872193]
bottleneck bins: 2
bottleneck pcoord: [22.18816, 1.5358068] [29.493408, 2.4841874]
iteration: 81
bin boundaries: [25.28877258 29.19691849] [ 3.00090265 8.71591345 14.43092426 20.14593506]
min/max pcoord: [25.288773, 3.0009027] [29.196918, 20.145935]
bottleneck bins: 0
The log for the first bin doesn't make sense to me, why are there three bottleneck bins?