MultiAgentDecisionProcess  Release 0.2.1
QFunction.cpp
Go to the documentation of this file.
1 
28 #include "QFunction.h"
29 
30 using namespace std;
31 
33 //FactoredQFunction::FactoredQFunction()
34 //{
35 //}
37 //FactoredQFunction::FactoredQFunction(const FactoredQFunction& o)
38 //{
39 //}
41 //FactoredQFunction::~FactoredQFunction()
42 //{
43 //}
45 //FactoredQFunction& FactoredQFunction::operator= (const FactoredQFunction& o)
46 //{
47  //if (this == &o) return *this; // Gracefully handle self assignment
49 
50  //return *this;
51 //}