AIToolbox
A library that offers tools for AI problem solving.
Types.hpp
Go to the documentation of this file.
1 #ifndef AI_TOOLBOX_BANDIT_TYPES_HEADER_FILE
2 #define AI_TOOLBOX_BANDIT_TYPES_HEADER_FILE
3 
4 #include <AIToolbox/Types.hpp>
5 
6 namespace AIToolbox::Bandit {
16  using QFunction = Vector;
17 
19 }
20 
21 #endif
AIToolbox::Bandit::QFunction
Vector QFunction
Definition: Types.hpp:16
AIToolbox::Vector
Eigen::Matrix< double, Eigen::Dynamic, 1 > Vector
Definition: Types.hpp:16
AIToolbox::Bandit
Definition: Experience.hpp:6
Types.hpp