29 #ifndef _BAYESIANGAMEIDENTICALPAYOFFINTERFACE_H_
30 #define _BAYESIANGAMEIDENTICALPAYOFFINTERFACE_H_ 1
53 const std::vector<size_t>& nrActions,
54 const std::vector<size_t>& nrTypes)
65 virtual double GetUtility(
const std::vector<Index>& indTypeIndices,
66 const std::vector<Index>& indActionIndices )
const = 0;
70 virtual std::string
SoftPrint()
const = 0;