Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/saulshanabrook/genetic
- Owner: saulshanabrook
- License: epl-1.0
- Created: 2014-02-26T04:10:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-12T01:56:36.000Z (over 10 years ago)
- Last Synced: 2024-07-11T10:25:36.815Z (4 months ago)
- Language: Clojure
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.