Brush C++ API
A flexible interpretable machine learning framework
|
This is the complete list of members for Brush::MAB::BanditOperator, including all inherited members.
BanditOperator(vector< string > arms) | Brush::MAB::BanditOperator | |
BanditOperator(map< string, float > arms_probs) | Brush::MAB::BanditOperator | |
choose() | Brush::MAB::BanditOperator | virtual |
Iter typedef | Brush::MAB::BanditOperator | private |
probabilities | Brush::MAB::BanditOperator | protected |
sample_probs(bool update) | Brush::MAB::BanditOperator | virtual |
update(string arm, float reward) | Brush::MAB::BanditOperator | virtual |
~BanditOperator() | Brush::MAB::BanditOperator | inline |