Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saulshanabrook/genetic

Genetic algorithm library in Clojure
https://github.com/saulshanabrook/genetic

Last synced: 7 days ago
JSON representation

Genetic algorithm library in Clojure

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/saulshanabrook/genetic.png)](https://travis-ci.org/saulshanabrook/genetic)

# `genetic`

A Clojure framework for running genetic algorithms.

## Installation
`[genetic "0.1.0"]`

## Projects Built on `genetic`

* **[genetic-evolvesum](http://www.github.com/saulshanabrook/genetic-evolvesum)**:
simple demonstration project which evolves a vector of 1s and 0s, that has
a target sum.
* **[genetic-meta](http://www.github.com/saulshanabrook/genetic-meta)**: a framework
on top of `genetic` to use genetic algorithms to optimize the parameters for
other genetic algorithms.
* **[genetic-regex](http://www.github.com/saulshanabrook/genetic-regex)**: evolve a
regex which matches all strings in one group and none in another group
* **[genetic-symbolicregression](http://www.github.com/saulshanabrook/genetic-symbolicregression)**:
evolve a function to fit training data using a certain number of other
functions (`+`, `-`, `/`, etc.)

## License

Copyright © 2014 Saul Shanabrook

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.