29 #ifndef _BAYESIANGAMEBASE_H_
30 #define _BAYESIANGAMEBASE_H_ 1
39 #include <boost/numeric/ublas/vector.hpp>
40 #include <boost/numeric/ublas/vector_sparse.hpp>
97 const std::vector<size_t> & nrActions,
98 const std::vector<size_t> & nrTypes,
172 if((*_m_jointToIndTypesMap).find(jTypeI)==
173 (*_m_jointToIndTypesMap).end())
183 (*_m_jointToIndTypes)[jTypeI]=
229 throw(
E(
"BG only supports type as the domain of the policy"));
239 #if 0 // disable check for speed
241 throw(
E(
"BG only supports type as the domain of the policy"));