ThisSimulationTaskHandle Struct Reference

Inherits lpzrobots::SimulationTaskHandle.

Collaboration diagram for ThisSimulationTaskHandle:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ThisSimulationTaskHandle ()
 here will the results for the h_yx standing

Public Attributes

union {
   std::vector< Individual * > *   individuals
 the individuals, which must be simulated
   double *   array
 an array of double values, which should be simulated
}; 
int numberIndividuals
 the number of individuals, which should 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
int numberElementsInSnake
TemplateTaskedGaSimulationFitnessStrategyfitnessStr
 our fitness strategy
double * entropies
 if the isCalculation FLAG is set then here will the results standing
double * mi
 here will the results for the mutual information standing
double * hx
 here will the results for the h_x standing
double * hyx
 here will the results for the h_yx standing

Constructor & Destructor Documentation

ThisSimulationTaskHandle (  )  [inline]

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

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

should be one Individual be calculated

double* mi

here will the results for the mutual information standing

the number of individuals, which should be simulated


The documentation for this struct was generated from the following file:
Generated on Thu Jun 28 14:48:21 2012 for Robot Simulator of the Robotics Group for Self-Organization of Control by  doxygen 1.6.3