genex
genex copied to clipboard
Genetic Algorithms in Elixir!
To use Genex today, a user builds a module and defines three functions. If the problem has parameters that impact how these functions should work, they can define functions to...
Thanks for the library (and great book). The interactive example seemed to be out-of-date when compared to the others. I assumed the purpose of the example was to showcase getting...
I was reading through the code comments and found this mention of `datatype/0` which does not exist in the codebase. Similarly, the `Genex.Tools.Datatype` module does not exist.