Technical requirements
In this chapter, we will be using Python 3 with the following supporting libraries:
deap
numpy
matplotlib
seaborn
Important note
If you use the requirements.txt
file provided (see Chapter 3), these libraries will already be in your environment.
In addition, we will be using the benchmark data from the Rosetta Code (https://rosettacode.org/wiki/Rosetta_Code) and TSPLIB (http://comopt.ifi.uni-heidelberg.de/software/TSPLIB95/) web pages.
The programs that will be used in this chapter can be found in this book’s GitHub repository: https://github.com/PacktPublishing/Hands-On-Genetic-Algorithms-with-Python-Second-Edition/tree/main/chapter_04. Check out the following video to see the Code in Action: https://packt.link/OEBOd