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
ThisSimulationTaskHandle Struct Reference
Inheritance diagram for ThisSimulationTaskHandle:
Collaboration diagram for ThisSimulationTaskHandle:

Public Member Functions

 ThisSimulationTaskHandle ()
 here will the results for the h_yx standing More...
 

Public Attributes

union {
   std::vector< Individual * > *   individuals
 the individuals, which must be simulated More...
 
   double *   array
 an array of double values, which should be simulated More...
 
}; 
 
int numberIndividuals
 the number of individuals, which should be simulated More...
 
bool isArraySet
 should be an array simulated More...
 
bool isBestAnimation
 should be the best individual on the end of the algorithm sumulated More...
 
bool isCalculation
 should be one Individual be calculated More...
 
int numberElementsInSnake
 
TemplateTaskedGaSimulationFitnessStrategyfitnessStr
 our fitness strategy More...
 
double * entropies
 if the isCalculation FLAG is set then here will the results standing More...
 
double * mi
 here will the results for the mutual information standing More...
 
double * hx
 here will the results for the h_x standing More...
 
double * hyx
 here will the results for the h_yx standing More...
 

Constructor & Destructor Documentation

here will the results for the h_yx standing

Member Data Documentation

union { ... }
double* array

an array of double values, which should be simulated

double* entropies

if the isCalculation FLAG is set then here will the results standing

must be prepared for NUMBER_OF_TESTS_BY_CALCULATE Elements!!!

our fitness strategy

double* hx

here will the results for the h_x standing

double* hyx

here will the results for the h_yx standing

std::vector<Individual*>* individuals

the individuals, which must be simulated

bool isArraySet

should be an array simulated

bool isBestAnimation

should be the best individual on the end of the algorithm sumulated

bool isCalculation

should be one Individual be calculated

double* mi

here will the results for the mutual information standing

int numberElementsInSnake
int numberIndividuals

the number of individuals, which should be simulated


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