mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-21 10:45:55 +02:00
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.
This commit is contained in:
parent
4f7fcd93c5
commit
5d83b54622
@ -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 [<img src="https://travis-ci.org/andschwa/rust-genetic-algorithm.svg?branch=master">](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 [<img src="https://travis-ci.org/azerupi/mdBook.svg?branch=master">](https://travis-ci.org/azerupi/mdBook)
|
||||
* [bluejekyll/trust-dns](https://github.com/bluejekyll/trust-dns) — a DNS-server [<img src="https://travis-ci.org/bluejekyll/trust-dns.svg?branch=master">](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.) [<img src="https://travis-ci.org/BurntSushi/xsv.svg?branch=master">](https://travis-ci.org/BurntSushi/xsv)
|
||||
|
Loading…
Reference in New Issue
Block a user