December 2019
Intermediate to advanced
368 pages
11h 10m
English
In this chapter, we started by discussing the practical aspects of the neuroevolution methods. We discussed the pros and cons of popular Python libraries that provide implementations of the NEAT algorithm and its extensions.
Along with the highlights of each Python library, we also provided small code snippets, giving you a feel of how to use each specific library in your experiments.
After that, we proceeded to discuss how to correctly set up the working environment. The working environment must have the necessary dependencies installed to allow the usage of the mentioned Python libraries. The installation can be done using several methods. We considered the two most common ones – the standard package ...
Read now
Unlock full access