Reinforcement Learning Toolbox 2.0
last updated:
General
Documentation
Manual
Tutorial
Class Reference
Master Thesis
Examples
Related Papers
Downloads
Links
News
mailto:webmaster
Main Page     Class Hierarchy   Compound List   File List   Compound Members   File Members

CGraphTarget Class Reference

#include <csamplingbasedmodel.h>

List of all members.



Public Member Functions

  CGraphTarget (CGraphTarget *nextTarget)
virtual  ~CGraphTarget ()
virtual bool  isFinishedCanditate (ColumnVector *node)=0
virtual bool  isFinished (ColumnVector *oldNode, ColumnVector *newNode, double &reward)=0
virtual bool  isTargetForState (CStateCollection *state)=0
CGraphTarget getNextTarget ()


Protected Attributes

CGraphTarget nextTarget

Constructor & Destructor Documentation

CGraphTarget::CGraphTarget CGraphTarget nextTarget  ) 
 
virtual CGraphTarget::~CGraphTarget  )  [virtual]
 

Member Function Documentation

CGraphTarget* CGraphTarget::getNextTarget  )  [inline]
 
virtual bool CGraphTarget::isFinished ColumnVector *  oldNode,
ColumnVector *  newNode,
double &  reward
[pure virtual]
 
virtual bool CGraphTarget::isFinishedCanditate ColumnVector *  node  )  [pure virtual]
 
virtual bool CGraphTarget::isTargetForState CStateCollection state  )  [pure virtual]
 

Member Data Documentation

CGraphTarget* CGraphTarget::nextTarget [protected]
 

The documentation for this class was generated from the following file: