AIToolbox
A library that offers tools for AI problem solving.
ThompsonModel.hpp File Reference
#include <tuple>
#include <random>
#include <AIToolbox/Types.hpp>
#include <AIToolbox/MDP/Types.hpp>
#include <AIToolbox/MDP/TypeTraits.hpp>
#include <AIToolbox/Seeder.hpp>
#include <AIToolbox/Utils/Probability.hpp>

Go to the source code of this file.

Classes

class  AIToolbox::MDP::ThompsonModel< E >
 This class models Experience as a Markov Decision Process using Thompson Sampling. More...
 

Namespaces

 AIToolbox
 
 AIToolbox::MDP