Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 486 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 486 Bytes

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.