From 5d83b546223ff54392893a1dcbf0b7e507ed62d6 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Wed, 24 Aug 2016 18:45:03 -0700 Subject: [PATCH] Add andschwa/rust-genetic-algorithm I wrote this Rust application in May 2015 to learn Rust and practice my GA skills. It could easily be rewritten as a library (the GA part is already), and I believe would be useful as example code. While developing, I worked closely with the Rust IRC community to produce correct, idiomatic code. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29b9642..2c6b1f0 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organizations running Rust in production). +* [andschwa/rust-genetic-algorithm](https://github.com/andschwa/rust-genetic-algorithm) — a genetic algorithm for academic benchmark problems [](https://travis-ci.org/andschwa/rust-genetic-algorithm) * [azerupi/mdBook](https://github.com/azerupi/mdBook) — a command line utility to create books from markdown files [](https://travis-ci.org/azerupi/mdBook) * [bluejekyll/trust-dns](https://github.com/bluejekyll/trust-dns) — a DNS-server [](https://travis-ci.org/bluejekyll/trust-dns) * [BurntSushi/xsv](https://github.com/BurntSushi/xsv) — a fast CSV command line tool (slicing, indexing, selecting, searching, sampling, etc.) [](https://travis-ci.org/BurntSushi/xsv)