|
Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|


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 |
| TemplateTaskedGaSimulationFitnessStrategy * | fitnessStr |
| 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... | |
|
inline |
here will the results for the h_yx standing
| 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!!!
| TemplateTaskedGaSimulationFitnessStrategy* fitnessStr |
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