|
Defines |
| #define | CA_CYCLIC_NEIGHBORHOOD 1 |
| | cyclic neighborhood on CA's boundaries if option is set to 1 otherwise default zeros are returned over CA's boundaries
|
| #define | GA_INITAL_NGEN 8192 |
| | initial limit for number of generations (ngen)
|
| #define | GA_PER_FIT_NGEN 1048576 |
| | ngen per fitness increase ratio
|
| #define | GA_PER_FIT_NGEN_POWER 10 |
| | ngen per fitness increase concentration
|
| #define | GA_POP_SIZE 1 |
| | GA population size.
|
| #define | GA_MIN_SLNS 1024 |
| | minimum of solutions (to declare as solution)
|
| #define | GA_MAX_SLNS 1024 |
| | maximum number of solutions (solver stops when reached)
|
| #define | GA_MAX_RUNS 1048576 |
| | maximum number of runs (if satisfaction is not reachable)
|
| #define | GA_MAX_TIME_PER_RUN 1200000 |
| | maximum time (in milliseconds) per run, 0 means infinity
|
| #define | GA_VERBOSE_MODE 0 |
| | print GAlib statistics (if non-zero)
|
| #define | GA_PARTIAL_RESULTS 1 |
| | print partial results on extra file descriptor (not fully implemented yet)
|
| #define | GF_INCLUDE_TRIVIAL 0 |
| | include trivial circuits to the list
|
| #define | GF_INCLUDE_COMPLEX 0 |
| | include complex circuits to the list
|