Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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