moe.tests.bandit.bla package¶
Submodules¶
moe.tests.bandit.bla.bla_test module¶
Test UCB1 bandit implementation.
Test that the one arm case returns the given arm as the winning arm. Test that two-arm cases with specified random seeds return expected results.
- class moe.tests.bandit.bla.bla_test.TestBLA[source]¶
Bases: moe.tests.bandit.bandit_test_case.BanditTestCase
Verify that different historical infos return correct results.
- bandit_class¶
alias of BLA
Module contents¶
Testing code for the (Python) BLA bandit policies.
Files in this package * moe.tests.bandit.bla.bla_test: tests for moe.bandit.bla.bla.BLA