AIToolbox
A library that offers tools for AI problem solving.
|
This is the complete list of members for AIToolbox::MDP::PrioritizedSweeping< M >, including all inherited members.
batchUpdateQ() | AIToolbox::MDP::PrioritizedSweeping< M > | |
getModel() const | AIToolbox::MDP::PrioritizedSweeping< M > | |
getN() const | AIToolbox::MDP::PrioritizedSweeping< M > | |
getQFunction() const | AIToolbox::MDP::PrioritizedSweeping< M > | |
getQueueLength() const | AIToolbox::MDP::PrioritizedSweeping< M > | |
getQueueThreshold() const | AIToolbox::MDP::PrioritizedSweeping< M > | |
getValueFunction() const | AIToolbox::MDP::PrioritizedSweeping< M > | |
PrioritizedSweeping(const M &m, double theta=0.5, unsigned n=50) | AIToolbox::MDP::PrioritizedSweeping< M > | |
setN(unsigned n) | AIToolbox::MDP::PrioritizedSweeping< M > | |
setQFunction(const QFunction &q) | AIToolbox::MDP::PrioritizedSweeping< M > | |
setQueueThreshold(double t) | AIToolbox::MDP::PrioritizedSweeping< M > | |
stepUpdateQ(size_t s, size_t a) | AIToolbox::MDP::PrioritizedSweeping< M > |