|
AIToolbox
A library that offers tools for AI problem solving.
|
#include <random>#include <AIToolbox/Bandit/Types.hpp>#include <AIToolbox/Bandit/Experience.hpp>#include <AIToolbox/Bandit/Policies/PolicyInterface.hpp>Go to the source code of this file.
Classes | |
| class | AIToolbox::Bandit::ThompsonSamplingPolicy |
| This class implements a Thompson sampling policy. More... | |
Namespaces | |
| AIToolbox | |
| AIToolbox::Bandit | |