|
ElfPSP_ParallelABC
Protein Structure Prediction using Parallel Artificial Bee Colony Optimization
|
Routines for manipulating the configuration YML file. More...
Go to the source code of this file.
Functions | |
| void | initialize_configuration () |
| Initializes configuration based on the configuration file. More... | |
Variables | |
| char * | HP_CHAIN |
| Check configuration.yml for documentation. More... | |
| int | EPS_HH |
| Check configuration.yml for documentation. More... | |
| int | EPS_HP |
| Check configuration.yml for documentation. More... | |
| int | EPS_HB |
| Check configuration.yml for documentation. More... | |
| int | EPS_PP |
| Check configuration.yml for documentation. More... | |
| int | EPS_PB |
| Check configuration.yml for documentation. More... | |
| int | EPS_BB |
| Check configuration.yml for documentation. More... | |
| int | PENALTY_VALUE |
| Check configuration.yml for documentation. More... | |
| int | N_CYCLES |
| Check configuration.yml for documentation. More... | |
| int | COLONY_SIZE |
| Check configuration.yml for documentation. More... | |
| double | FORAGER_RATIO |
| Check configuration.yml for documentation. More... | |
| int | IDLE_LIMIT |
| Check configuration.yml for documentation. More... | |
| int | N_HIVES |
| Check configuration.yml for documentation. More... | |
| int | RANDOM_SEED |
| Check configuration.yml for documentation. More... | |
Routines for manipulating the configuration YML file.
| void initialize_configuration | ( | ) |
Initializes configuration based on the configuration file.
| int COLONY_SIZE |
Check configuration.yml for documentation.
| int EPS_BB |
Check configuration.yml for documentation.
| int EPS_HB |
Check configuration.yml for documentation.
| int EPS_HH |
Check configuration.yml for documentation.
| int EPS_HP |
Check configuration.yml for documentation.
| int EPS_PB |
Check configuration.yml for documentation.
| int EPS_PP |
Check configuration.yml for documentation.
| double FORAGER_RATIO |
Check configuration.yml for documentation.
| char* HP_CHAIN |
Check configuration.yml for documentation.
| int IDLE_LIMIT |
Check configuration.yml for documentation.
| int N_CYCLES |
Check configuration.yml for documentation.
| int N_HIVES |
Check configuration.yml for documentation.
| int PENALTY_VALUE |
Check configuration.yml for documentation.
| int RANDOM_SEED |
Check configuration.yml for documentation.
1.8.13