Public Member Functions | |
| Parameters (int argc, char **argv) | |
| ~Parameters () | |
Public Attributes | |
| unsigned int | nGenerations |
| unsigned | population_size |
| unsigned | offspring_size |
| unsigned int | MaxSize |
| unsigned int | InitMaxDepth |
| unsigned int | randomseed |
| double | xover_rate |
| double | mutation_rate |
| unsigned int | tournamentsize |
Definition at line 29 of file parameters.h.
1.4.7