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

CSingleStateRBFFeatureCalculator Class Reference

Represents a 1-D RBF-network layed over a specified continous state variable. More...

#include <clinearfafeaturecalculator.h>

Inheritance diagram for CSingleStateRBFFeatureCalculator:

CSingleStateFeatureCalculator CFeatureCalculator CStateModifier CStateProperties List of all members.


Public Member Functions

  CSingleStateRBFFeatureCalculator (int dimension, int numPartitions, double *partitions, int numActiveFeatures)


Protected Member Functions

virtual double  getFeatureFactor (int partition, double difference, double nextPart)
  Calculates the feature factor according the RBF formular.


Detailed Description

Represents a 1-D RBF-network layed over a specified continous state variable.

You can specifiy the centers of the RBF-Functions (partitions array) and the sigma of each RBF-Function. The RBF-centers have to be in an ascending order. If you don't specify any sigma, the sigma gets automatically calculated so that the distance between two neighbored features is equal 2 * sigma. The rest of the parameters are the same as for the superclass.


Constructor & Destructor Documentation

CSingleStateRBFFeatureCalculator::CSingleStateRBFFeatureCalculator int  dimension,
int  numPartitions,
double *  partitions,
int  numActiveFeatures
 

Member Function Documentation

virtual double CSingleStateRBFFeatureCalculator::getFeatureFactor int  partition,
double  difference,
double  nextPart
[protected, virtual]
 

Calculates the feature factor according the RBF formular.

Implements CSingleStateFeatureCalculator.


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