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

CZeroVFunction Class Reference

Value Function always returning zero. More...

#include <cvfunction.h>

Inheritance diagram for CZeroVFunction:

CAbstractVFunction CStateObject CLearnDataObject CParameterObject CParameters List of all members.


Public Member Functions

  CZeroVFunction ()
virtual double  getValue (CState *state)
  returns the value of the state, has to be implemented by the other V-Functions


Detailed Description

Value Function always returning zero.

Constructor & Destructor Documentation

CZeroVFunction::CZeroVFunction  ) 
 

Member Function Documentation

virtual double CZeroVFunction::getValue CState state  )  [virtual]
 

returns the value of the state, has to be implemented by the other V-Functions

Implements CAbstractVFunction.


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