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

CVFunctionComperator Class Reference

Comperator for 2 V-Functions. More...

#include <canalyzer.h>

Inheritance diagram for CVFunctionComperator:

CFunctionComperator CRewardFunction List of all members.


Public Member Functions

  CVFunctionComperator (CStateProperties *modelState, std::list< CStateModifier * > *modifiers, CAbstractVFunction *vFunction1, CAbstractVFunction *vFunction2)
virtual  ~CVFunctionComperator ()


Protected Member Functions

virtual double  getValue (int numFunc, CStateCollection *state)
  Get the value of the numFunc function for the given state.



Protected Attributes

CAbstractVFunction vFunction1
CAbstractVFunction vFunction2

Detailed Description

Comperator for 2 V-Functions.

See the description of the super class for more details.


Constructor & Destructor Documentation

CVFunctionComperator::CVFunctionComperator CStateProperties modelState,
std::list< CStateModifier * > *  modifiers,
CAbstractVFunction vFunction1,
CAbstractVFunction vFunction2
 
virtual CVFunctionComperator::~CVFunctionComperator  )  [inline, virtual]
 

Member Function Documentation

virtual double CVFunctionComperator::getValue int  numFunc,
CStateCollection state
[protected, virtual]
 

Get the value of the numFunc function for the given state.

Implements CFunctionComperator.


Member Data Documentation

CAbstractVFunction* CVFunctionComperator::vFunction1 [protected]
 
CAbstractVFunction* CVFunctionComperator::vFunction2 [protected]
 

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