MultiAgentDecisionProcess
Release 0.2.1
|
QFunctionInterface is an abstract base class containing nothing. More...
#include <QFunctionInterface.h>
Public Member Functions | |
virtual void | Compute ()=0 |
virtual | ~QFunctionInterface () |
Compute the heuristic. |
QFunctionInterface is an abstract base class containing nothing.
It only groups together all Q-Functions.
Definition at line 39 of file QFunctionInterface.h.
|
inlinevirtual |
Compute the heuristic.
Definition at line 47 of file QFunctionInterface.h.
|
pure virtual |
Implemented in QAV< P >, QAV< PerseusBGPlanner >, QAV< PerseusPOMDPPlanner >, QFunctionJAOHTree, and QMDP.
Referenced by QFunctionJAOH::ComputeWithCachedQValues().