Implementing Common Selection Strategies
Learn how different selection strategies can be implemented in Elixir.
We'll cover the following...
Common selection strategies
Balancing genetic diversity with strong solutions can be difficult to achieve without a smart selection strategy. Fortunately, there are common selection strategies that are battle-tested and proven to work well for many different problem sets.
The selection strategies we’ll learn about in this course are the following:
-
Elitism selection
-
Random selection
-
Tournament selection
-
Roulette selection
We’ll see how these strategies work, what each of their drawbacks are, and how to implement them in Elixir so we can add them to your toolbox.
Elitism selection
Elitism selection is the simplest and most common selection ...
Access this course and 1400+ top-rated courses and projects.