ahamez / genetic

A take on the book "Genetic Algorithms in Elixir"

Home Page:https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genetic

A take on the book "Genetic Algorithms in Elixir".

Main differences

  • All modules are prefixed with Genetic
  • Use behaviours rather than functions called with apply() to model crossover, mutation, etc.
  • Add a Genetic.Conf module to centralize configuration

About

A take on the book "Genetic Algorithms in Elixir"

https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/


Languages

Language:Elixir 100.0%