Skip to content

saulshanabrook/genetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

genetic

A Clojure framework for running genetic algorithms.

Installation

[genetic "0.1.0"]

Projects Built on genetic

  • genetic-evolvesum: simple demonstration project which evolves a vector of 1s and 0s, that has a target sum.
  • genetic-meta: a framework on top of genetic to use genetic algorithms to optimize the parameters for other genetic algorithms.
  • genetic-regex: evolve a regex which matches all strings in one group and none in another group
  • 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.

About

Genetic algorithm library in Clojure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published