In the last chapter, we introduced the concept of applying evolutionary computation on top of or as an optimization of DL. As a general all-encompassing term, we refer to this process as evolutionary deep learning (EDL). Before we start exploring the applications of EDL, we first need to understand what evolutionary computation or algorithms are.
Evolutionary computation is, likewise, a blanket term for a whole host of methods that borrow from life simulation in many forms, with evolution being just one of them. In this chapter, we present a gradual introduction to life simulation, what it is, what it does, and how it can optimize problems.
Life simulation is just one form of simulation we can use to explore and optimize problems. There are plenty of other forms of simulation that allow us to better model processes, from fires to financial markets and more. However, they do all have one thing in common: they find their origins in the computer version of Conway’s Game of Life.