-
Notifications
You must be signed in to change notification settings - Fork 1
Parameters
Jessica Cunha edited this page May 4, 2021
·
1 revision
The parameters used by the algorithm are stored in the variable params as a dictionary in the core.parameters
file. The parameters are loaded before the evolutionary process starts and can be accessed in all functions.
By default, the parameters used are those in the parameters.py
file. The parameters can be changed by:
- changing the dictionary of the
parameters.py
file manually; - specifying a file to import using the --parameters flag;
- changing them one by one with their respective flag.
Execute the code with the flag --help
to see the available parameters and their arguments.