项目作者: groscoe

项目描述 :
A small Haskell library for building genetic and evolutionary algorithms.
高级语言: Haskell
项目地址: git://github.com/groscoe/evolutionary.git
创建时间: 2018-10-21T14:33:07Z
项目社区:https://github.com/groscoe/evolutionary

开源协议:MIT License

下载


evolutionary - A Haskell library for building genetic and evolutionary algorithms

The purpose of this project is the study and implementation of evolutionary
algorithms in a lazy functional language. The work here was developed from an
evolutionary computing course programming project. Of special interest is the
GeneralEvolutionary module, which contains a generalized implementation of
evolutionary algorithms as described in [1].

References

  1. EIBEN, Agoston E. et al. Introduction to evolutionary computing. Berlin:
    springer, 2003.