avatarThe Pragmatic Programmers

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

831

Abstract

rack statistics during an evolution. You implemented a basic statistics server and saw how you could use it to track any statistics you want over the course of an evolution.</p><p id="4ec3">Finally, you were introduced to the concept of a genealogy tree, and you saw how to implement a genealogy tree using libgraph and a GenServer.</p><p id="9edb">In the next chapter, you’ll use some of your work in this chapter to visualize the results of your algorithm using Phoenix LiveView.</p><p id="1e1b"><b>Footnotes</b></p><p id="b07f"><a href="https://readmedium.com/tracking-genealogy-in-a-genealogy-tree-700a8fa228cf">[5]</a> <a href="https://github.com/bitwalker/libgraph">https://github.com/bitwalker/libgraph</a></p><p id="aff6">Copyright © 2021, The Pragmatic Bookshelf.</p><p id="ee34"><i>👈 <a href="https://readmedium.com/trac

Options

king-genealogy-in-a-genealogy-tree-700a8fa228cf">Tracking Genealogy in a Genealogy Tree</a> | <a href="https://readmedium.com/table-of-contents-879fc8614df">TOC</a> | <a href="https://readmedium.com/chapter-10-visualizing-the-results-d54a4b729a37">Chapter 10 Visualizing the Results</a> 👉</i></p><p id="699e"><i>Genetic Algorithms in Elixir by Sean Moriarity can be purchased in other book formats <a href="https://pragprog.com/titles/smgaelixir">directly from the Pragmatic Programmers</a>. If you notice a code error or formatting mistake, please let us know <a href="https://readmedium.com/how-to-report-errata-4e164674347a">here</a> so that we can fix it.</i></p><figure id="faea"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*U2E2a23SuM4520w9CUXSWw.jpeg"><figcaption></figcaption></figure></article></body>

What You Learned

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

👈 Tracking Genealogy in a Genealogy Tree | TOC | Chapter 10 Visualizing the Results 👉

In this chapter, you learned about a unique application of genetic algorithms in simulating evolution. You saw how this worked through a basic tiger evolution simulation. Through this simulation, you learned that tracking what happens between generations is just as important as the final result.

You also learned how to track statistics during an evolution. You implemented a basic statistics server and saw how you could use it to track any statistics you want over the course of an evolution.

Finally, you were introduced to the concept of a genealogy tree, and you saw how to implement a genealogy tree using libgraph and a GenServer.

In the next chapter, you’ll use some of your work in this chapter to visualize the results of your algorithm using Phoenix LiveView.

Footnotes

[5] https://github.com/bitwalker/libgraph

Copyright © 2021, The Pragmatic Bookshelf.

👈 Tracking Genealogy in a Genealogy Tree | TOC | Chapter 10 Visualizing the Results 👉

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.

Smgaelixir
Recommended from ReadMedium