Genetic Algorithms in Elixir: Ch4, tracking temperature in evolve() (~p178)

This was a transcription error between my code and what’s presented in the book.

best should be a Chromosome as evolve should return the entire solution found. Thanks for pointing this out!

2 Likes