Loading [MathJax]/extensions/tex2jax.js
AIToolbox
A library that offers tools for AI problem solving.
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Variables
a
d
e
h
i
l
n
q
Typedefs
a
b
c
d
f
h
m
p
q
r
s
t
u
v
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
i
k
m
n
o
p
q
r
s
t
v
w
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
v
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
Functions
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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