Using Genetic Algorithms to Simulate Evolution

Genetic Algorithms in Elixir — by Sean Moriarity (71 / 101)

The Pragmatic Programmers
The Pragmatic Programmers
6 min readApr 28, 2021

--

👈 Chapter 9 Tracking Genetic Algorithms | TOC | Logging Statistics Using ETS 👉

One of the more interesting applications of genetic algorithms that you have yet to discover is their ability to model real evolutionary processes. Genetic algorithms are inspired by evolution, and while the internal processes that guide genetic algorithms such as selection, crossover, and mutation are only loosely based on science, they can still…

--

--

The Pragmatic Programmers
The Pragmatic Programmers

We create timely, practical books and learning resources on classic and cutting-edge topics to help you practice your craft and accelerate your career.