To start the experiment, we need to create a directory named Chapter3 using the mkdir command (for Linux and macOS) or md (for Windows):
$ mkdir Chapter3
Then, we need to copy the xor_config.ini file from the source code repository associated with this chapter into the newly created directory. This file contains the complete configuration of the hyperparameters for the XOR experiment, as we discussed earlier.
The experiments that will be discussed in this book use various utilities to visualize the results to help us understand the internals of the neuroevolution process. The XOR experiment also depends on the specific ...