December 2019
Intermediate to advanced
368 pages
11h 10m
English
The second function configures, executes, and outputs the results of the neuroevolution process. Here, we outline some critical places in the implementation of the experiment runner function:
# Load configuration. config = neat.Config(neat.DefaultGenome, neat.DefaultReproduction, neat.DefaultSpeciesSet, neat.DefaultStagnation, config_file) # Create the population, which is the top-level object # for a NEAT run. p = neat.Population(config)
Read now
Unlock full access