Technical requirements
In this chapter, we will be using Python 3 with the following supporting libraries:
deap
numpy
aiohttp
– introduced in this chapter
Important note
If you use the requirements.txt
file we provide (see Chapter 3), these libraries are already included in your environment.
In addition, a separate server virtual environment will be created and used for a separate server module, with the following supporting libraries:
flask
gunicorn
waitress
zappa
The programs that will be used in this chapter can be found in this book’s GitHub repository at https://github.com/PacktPublishing/Hands-On-Genetic-Algorithms-with-Python-Second-Edition/tree/main/chapter_14.
Check out the following video to see the Code in Action: