Skip to content

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.

Defining the parameters

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.

Clone this wiki locally