ckoster22/elm-genetic

A genetic algorithm implementation


Install
elm-package install ckoster22/elm-genetic 2.0.0

Documentation

A Genetic Algorithm written in Elm

Concepts

A Genetic Algorithm is an algorithm that can find a good enough solution to an optimization problem. More on that here.

The core of the algorithm contains a lot of boilerplate and this package aims to hide that boilerplate so that you can instead focus on solving problems with your genetic algorithm.