fungp
Evolutionary programming library
A Clojure implementation of a genetic programming system to evolve computer programs and solve problems
A genetic programming library for Clojure
100 stars
10 watching
12 forks
Language: Clojure
last commit: over 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tomcraven/goga | A Golang library implementing a genetic algorithm with configurable simulator, selector, and mating components. | 219 |
ahmedfgad/geneticalgorithmpython | A Python library implementing a genetic algorithm for optimization of machine learning models | 1,884 |
indy256/codelibrary | A comprehensive collection of algorithms and data structures implemented in multiple programming languages | 1,939 |
melisgl/mgl-gpr | A comprehensive library of generational optimization algorithms using evolutionary techniques | 63 |
generateme/fastmath | A fast and efficient math library written in Clojure. | 238 |
antoniogarrote/clj-ml | A Clojure library for machine learning built on top of Weka and friends | 148 |
openmole/mgo | A software library for purely functional genetic algorithms with an emphasis on multi-objective optimization and robustness to noisy fitness functions | 71 |
oakes/play-cljc | A game library for making games with Clojure and ClojureScript using OpenGL and WebGL | 544 |
factual/geo | A Clojure library for working with geohashes, polygons, and other world geometry | 301 |
rhysd/gocaml | An implementation of a statically-typed functional programming language in Go using LLVM and building its own compiler from scratch. | 748 |
m-decoster/rsgenetic | A framework for executing genetic algorithms in Rust | 75 |
roman01la/clj-wasm | Provides a text format for representing Clojure code in WebAssembly | 159 |
clojure-lsp/clojure-lsp | An LSP implementation for Clojure and ClojureScript, enabling language features such as code completion, refactoring, and error detection. | 1,173 |
clojurewerkz/archimedes | A Clojure library that simplifies interaction with the Tinkerpop Blueprints graph framework | 38 |
atisharma/matlib | A Clojure library of optimisation and control theory tools and convenience functions | 25 |