The container of the basic element of hill climbing. (a person or individual, with transformation as genome) More...
#include <crsm_hillClimbing.h>
Public Attributes | |
| float | fitness |
| The individual's fitness value. | |
| CrsmTransformation | t |
| The individual's genome. Holds the robot possible transformation. | |
The container of the basic element of hill climbing. (a person or individual, with transformation as genome)
Definition at line 29 of file crsm_hillClimbing.h.
The individual's fitness value.
Definition at line 32 of file crsm_hillClimbing.h.
The individual's genome. Holds the robot possible transformation.
Definition at line 31 of file crsm_hillClimbing.h.