AIToolbox
A library that offers tools for AI problem solving.
MiningProblem.hpp File Reference

Go to the source code of this file.

Classes

class  AIToolbox::Factored::Bandit::MiningBandit
 This class represents the mining bandit problem. More...
 

Namespaces

 AIToolbox
 
 AIToolbox::Factored
 
 AIToolbox::Factored::Bandit
 

Functions

std::tuple< Action, std::vector< unsigned >, std::vector< double > > AIToolbox::Factored::Bandit::makeMiningParameters (unsigned seed)
 This function generates the parameters for a random MiningBandit. More...