MultiAgentDecisionProcess
QTable.h File Reference
#include "Globals.h"
#include "QTableInterface.h"
#include "boost/numeric/ublas/matrix.hpp"
#include "boost/numeric/ublas/matrix_proxy.hpp"

Classes

class  QTable
 QTable implements QTableInterface using a full matrix. More...
 

Typedefs

typedef
boost::numeric::ublas::matrix
< double > 
matrix_t
 
typedef std::vector< QTableQTables
 A Q-table for each time step. More...
 
typedef
boost::numeric::ublas::matrix_row
< matrix_t const > 
row_t
 

Typedef Documentation

typedef boost::numeric::ublas::matrix<double> matrix_t
typedef std::vector<QTable> QTables

A Q-table for each time step.

typedef boost::numeric::ublas::matrix_row<matrix_t const> row_t