Individual in Genetic Algorithms (i.e. candidate solutions). More...
#include <GAfit.h>
Public Member Functions | |
| Individual (int n) | |
Public Attributes | |
| std::vector< realt > | g |
| realt | raw_score |
| realt | phase_2_score |
| realt | reversed_score |
| realt | norm_score |
| int | generation |
Individual in Genetic Algorithms (i.e. candidate solutions).
Definition at line 11 of file GAfit.h.