Closed ppebay closed 2 months ago
Test case with beta=1.0, everything else at 0. with recursive strategy: We should find W_max=0.0
beta=1.0
0.
W_max=0.0
Test case with alpha=beta=1.0, with recursive strategy:
alpha=beta=1.0
Imb = L_max / L_ave - 1.0 = 2.5 / 2.0 - 1.0 = 0.25 W_max = 4.0
Imb = L_max / L_ave - 1.0 = 2.5 / 2.0 - 1.0 = 0.25
W_max = 4.0
Test case with
beta=1.0
, everything else at0.
with recursive strategy: We should findW_max=0.0
Test case with
alpha=beta=1.0
, with recursive strategy:Imb = L_max / L_ave - 1.0 = 2.5 / 2.0 - 1.0 = 0.25
W_max = 4.0