MultiAgentDecisionProcess  Release 0.2.1
GMAA_kGMAA.h
Go to the documentation of this file.
1 
28 /* Only include this header file once. */
29 #ifndef _GMAA_kGMAA_H_
30 #define _GMAA_kGMAA_H_ 1
31 
32 /* the include directives */
33 #include <iostream>
34 #include "Globals.h"
37 
47 {
48  private:
56 
57  protected:
69  ppi, PartialPolicyPoolInterface* poolOfNextPolicies);
82  poolOfNextPolicies, bool are_LBs, double bestLB);
83 
92  //{return (new PolicyPoolJPolValPair);};
101  //{return (new JPolValPair(jp,v));};
105  //{ return new JointPolicyPureVector();}
106 
107  public:
108 
109  // Constructor, destructor and copy assignment.
116  GMAA_kGMAA(
119  size_t horizon=3,
121  size_t nrPoliciesToProcess=1);
122 
123 };
124 
125 
126 #endif /* !_GMAA_OPTIMALFORWARDSWEEP_H_ */
127 
128 // Local Variables: ***
129 // mode:c++ ***
130 // End: ***