MultiAgentDecisionProcess
Release 0.2.1
Main Page
Namespaces
Classes
Files
File List
File Members
BGIP_SolverRandom.h
Go to the documentation of this file.
1
28
/* Only include this header file once. */
29
#ifndef _BGIP_SOLVERRANDOM_H_
30
#define _BGIP_SOLVERRANDOM_H_ 1
31
32
/* the include directives */
33
#include <iostream>
34
#include "
Globals.h
"
35
#include "
JointPolicyPureVector.h
"
36
#include "
BayesianGameIdenticalPayoffSolver.h
"
37
38
39
43
class
BGIP_SolverRandom
:
public
BayesianGameIdenticalPayoffSolver
<JointPolicyPureVector>
44
{
45
private
:
46
47
protected
:
48
49
public
:
50
// Constructor, destructor and copy assignment.
51
55
BGIP_SolverRandom
(
const
BayesianGameIdenticalPayoff
& bg);
56
57
double
Solve
();
58
59
};
60
61
62
#endif
/* !_BGIP_SOLVERRANDOM_H_ */
63
64
// Local Variables: ***
65
// mode:c++ ***
66
// End: ***
src
planning
BGIP_SolverRandom.h
Generated on Mon Sep 23 2013 14:50:05 for MultiAgentDecisionProcess by
1.8.1.2