December 2019
Intermediate to advanced
368 pages
11h 10m
English
The hyperparameters are defined as a Parameters Python class, and the MultiNEAT library refers to it for the necessary configuration options. In the source code of the experiment runner script, we define a specialized function called create_hyperparameters, which encapsulates the logic of the hyperparameter initialization. Hereafter, we describe the most critical hyperparameters and the reasons for choosing these specific values:
params.PopulationSize = 300
Read now
Unlock full access