December 2019
Intermediate to advanced
368 pages
11h 10m
English
At this stage, we already have the experiment runner script fully defined in the retina_experiment.py Python script. You can start the experiment by cloning the corresponding Git repository and running the script with the following commands:
$ git clone https://github.com/PacktPublishing/Hands-on-Neuroevolution-with-Python.git$ cd Hands-on-Neuroevolution-with-Python/Chapter8$ python retina_experiment.py -t 1 -g 1000
The preceding command starts one trial of the experiment for 1,000 generations of evolution. After a particular number of generations, the successful solution should be found, ...
Read now
Unlock full access