|
MultiAgentDecisionProcess
|
#include <iostream>#include <vector>#include <math.h>#include "Globals.h"#include "RewardModelDiscreteInterface.h"#include "BayesianGameBase.h"#include "BayesianGameIdenticalPayoffInterface.h"Classes | |
| class | BayesianGameIdenticalPayoff |
| BayesianGameIdenticalPayoff is a class that represents a Bayesian game with identical payoffs. More... | |
Typedefs | |
| typedef boost::shared_ptr < const BayesianGameIdenticalPayoff > | BGIP_constPtr |
| typedef boost::shared_ptr < BayesianGameIdenticalPayoff > | BGIP_sharedPtr |
| typedef boost::shared_ptr<const BayesianGameIdenticalPayoff> BGIP_constPtr |
| typedef boost::shared_ptr<BayesianGameIdenticalPayoff> BGIP_sharedPtr |