Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freetonik/degas
Prototype of a decentralized evolutionary computation framework in Clojure and ClojureScript
https://github.com/freetonik/degas
Last synced: about 2 months ago
JSON representation
Prototype of a decentralized evolutionary computation framework in Clojure and ClojureScript
- Host: GitHub
- URL: https://github.com/freetonik/degas
- Owner: freetonik
- License: epl-1.0
- Created: 2019-03-18T09:02:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T12:14:29.000Z (over 4 years ago)
- Last Synced: 2024-07-12T02:25:47.604Z (6 months ago)
- Language: Clojure
- Size: 21.5 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Clojars Project](https://img.shields.io/clojars/v/degas.svg)](https://clojars.org/degas)
# degas
A Clojure library designed to run evolutionary computation in the browser. Presentation and demo at Dutch Clojure Days 2019 ([video](https://youtu.be/Uij-BvG_f58)).
(degas – **d**ecentralized **e**volutionary (**g**enetic) **a**lgorithm **s**panned)
## Todo
- [ ] Move core.async from sample app into the framework
- [ ] Switch to .cljc
- [ ] Add specs to generator functions
- [ ] Switch to Karma/Phantom or something similar for tests