AIToolbox
A library that offers tools for AI problem solving.
|
This is the complete list of members for AIToolbox::MDP::MCTS< M, StateHash >, including all inherited members.
ActionNodes typedef | AIToolbox::MDP::MCTS< M, StateHash > | |
findBestA(Iterator begin, Iterator end) | AIToolbox::MDP::MCTS< M, StateHash > | |
findBestBonusA(Iterator begin, Iterator end, const unsigned count) | AIToolbox::MDP::MCTS< M, StateHash > | |
getExploration() const | AIToolbox::MDP::MCTS< M, StateHash > | |
getGraph() const | AIToolbox::MDP::MCTS< M, StateHash > | |
getIterations() const | AIToolbox::MDP::MCTS< M, StateHash > | |
getModel() const | AIToolbox::MDP::MCTS< M, StateHash > | |
MCTS(const M &m, unsigned iterations, double exp) | AIToolbox::MDP::MCTS< M, StateHash > | |
sampleAction(const State &s, unsigned horizon) | AIToolbox::MDP::MCTS< M, StateHash > | |
sampleAction(size_t a, const State &s1, unsigned horizon) | AIToolbox::MDP::MCTS< M, StateHash > | |
setExploration(double exp) | AIToolbox::MDP::MCTS< M, StateHash > | |
setIterations(unsigned iter) | AIToolbox::MDP::MCTS< M, StateHash > | |
StateNodes typedef | AIToolbox::MDP::MCTS< M, StateHash > |