What You Learned

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

The Pragmatic Programmers
The Pragmatic Programmers

--

👈 Implementing Common Selection Strategies | TOC | Chapter 6 Generating New Solutions 👉

In this chapter, you learned about the importance of selection and how it correlates to picking the best team. You also learned about the importance of balancing genetic diversity with fitness and how selection pressure is an indication of how well a strategy balances those two characteristics.

You also learned about various selection strategies, how to implement them, and when they’re useful. You should now have four different selection strategies in your toolbox to experiment with on various problems. Try messing around with each of these strategies to see what kind of results you get.

In the next chapter, you’re going to utilize selected parents to create new solutions for your population.

Copyright © 2021, The Pragmatic Bookshelf.

👈 Implementing Common Selection Strategies | TOC | Chapter 6 Generating New Solutions 👉

Genetic Algorithms in Elixir by Sean Moriarity can be purchased in other book formats directly from the Pragmatic Programmers. If you notice a code error or formatting mistake, please let us know here so that we can fix it.

--

--

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.