|
AIToolbox
A library that offers tools for AI problem solving.
|
#include <AIToolbox/Utils/Core.hpp>#include <AIToolbox/Utils/Probability.hpp>#include <AIToolbox/Bandit/Policies/Utils/QGreedyPolicyWrapper.hpp>Go to the source code of this file.
Classes | |
| class | AIToolbox::Bandit::QSoftmaxPolicyWrapper< V, Gen > |
| This class implements some basic softmax policy primitives. More... | |
Namespaces | |
| AIToolbox | |
| AIToolbox::Bandit | |
Functions | |
| template<typename V , typename Gen > | |
| AIToolbox::Bandit::QSoftmaxPolicyWrapper (double, const V &&, Vector &, std::vector< size_t > &, Gen &) -> QSoftmaxPolicyWrapper< V, Gen > | |
| template<typename V , typename Gen > | |
| AIToolbox::Bandit::QSoftmaxPolicyWrapper (double, const V &, Vector &, std::vector< size_t > &, Gen &) -> QSoftmaxPolicyWrapper< const V &, Gen > | |