Richie-Lee / Bayesian_AB_Test

MSc_Thesis code repository
0 stars 0 forks source link

Premature early stopping - before BF critical value or Fixed Horizon n #1

Closed Richie-Lee closed 11 months ago

Richie-Lee commented 11 months ago
Richie-Lee commented 11 months ago

Fixed bug: it arised from the first run where T["n"] changed globally causing a new (undesired) upper bound as Fixed Horizon stopping rule. Fixed it using n_runs as a boolean for multiple iterations. It was just a quick and dirty fix, may want to make code more clean later