December 2019
Intermediate to advanced
368 pages
11h 10m
English
The MultiNEAT library uses the Parameters Python class to hold all the required hyperparameters. To set the appropriate values of the hyperparameters, we define the create_hyperparameters function in the experiment runner Python script. Here, we describe the essential hyperparameters that have a significant impact on the HyperNEAT algorithm performance in this experiment:
params = NEAT.Parameters()
Read now
Unlock full access