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

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 >