Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 978 Bytes

File metadata and controls

20 lines (12 loc) · 978 Bytes

binary-gen

The simpliest implementation of genetic algorithm based on binary strings

Desingned for educational use in BMSTU.

All you need to do is define fitness-function and other parameters in EvOptions and just initEvol! Yay!

Todo: write an article at FPComplete School of Haskell, describing step-by-step the creating of the program

Русское описание

Здесь представлена самая минмальная реализация генетического алгоритма на бинарных строках

Проект предназначен для образовательных целей в МГТУ им. Н.Э. Баумана.

Всё что нужно - определить собственную фитнес-функцию, прочие параметры эволюции и вызвать initEvol

В планах - написание сопроводительной статьи на FPComplete