Robot Simulator of the Robotics Group for Self-Organization of Control  0.8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DerPseudoSensorConf Struct Reference

#include <derpseudosensor.h>

Collaboration diagram for DerPseudoSensorConf:

Public Attributes

int buffersize
 buffersize size of the time-buffer for x,y,eta More...
 
double cInit
 cInit size of the C matrix to initialised with. More...
 
double cNonDiag
 cNonDiag is the size of the nondiagonal elements in respect to the diagonal (cInit) ones More...
 
bool modelInit
 size of the unit-map strenght of the model More...
 
bool useS
 useS decides whether to use the S matrix in addition to the A matrix More...
 
bool someInternalParams
 someInternalParams if true only some internal parameters are exported, otherwise all More...
 
double modelCompliant
 learning factor for model (or sensor) compliant learning More...
 
bool useFantasy
 if true fantasising is enabled More...
 
InvertableModelmodel
 model used as world model More...
 
InvertableModelsat
 satellite network, that learns and teaches (can be 0) More...
 

Member Data Documentation

int buffersize

buffersize size of the time-buffer for x,y,eta

double cInit

cInit size of the C matrix to initialised with.

double cNonDiag

cNonDiag is the size of the nondiagonal elements in respect to the diagonal (cInit) ones

model used as world model

double modelCompliant

learning factor for model (or sensor) compliant learning

bool modelInit

size of the unit-map strenght of the model

satellite network, that learns and teaches (can be 0)

bool someInternalParams

someInternalParams if true only some internal parameters are exported, otherwise all

bool useFantasy

if true fantasising is enabled

bool useS

useS decides whether to use the S matrix in addition to the A matrix


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