#include <pga.h>
Data Fields | |
| double | params [NUM_PARAMS] |
| double | std_dev [NUM_PARAMS] |
| double | fitness |
| int | wins |
| int | created |
| int | id |
|
|
Definition at line 24 of file pga.h. Referenced by initialize_pop(), load_pop(), local_search(), and mutation(). |
|
|
Definition at line 22 of file pga.h. Referenced by compare_individuals(), independent_assortment(), initialize_pop(), local_search(), main(), mutation(), and selection(). |
|
|
Definition at line 25 of file pga.h. Referenced by main(). |
|
|
Definition at line 20 of file pga.h. Referenced by independent_assortment(), initialize_pop(), local_search(), main(), and mutation(). |
|
|
Definition at line 21 of file pga.h. Referenced by independent_assortment(), initialize_pop(), local_search(), main(), and mutation(). |
|
|
Definition at line 23 of file pga.h. Referenced by compare_individuals(), and selection(). |
1.3.9.1