From 33ee16d495acd2bf35c768b235a62de320c2ee6c Mon Sep 17 00:00:00 2001 From: Peter Kalivas Date: Tue, 19 Nov 2019 08:04:49 -0600 Subject: [PATCH] Update README.md Added a link to a new crate I have recently released for genetic algorithms. Took some inspiration from this page and so wanted to be a apart of it also. The project is being developed pretty consistently so I think it would also benefit from the eyes of others, hopefully this list will give it some reach to those who can help build/make use of it! --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d4d6068..790f3bb 100644 --- a/README.md +++ b/README.md @@ -606,6 +606,8 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust Tools](https:// * [m-decoster/RsGenetic](https://github.com/m-decoster/RsGenetic) — Genetic Algorithm library in Rust. In maintenance mode. * [mneumann/evo-rs](https://github.com/mneumann/evo-rs) — Evolutionary Algorithm Library for Rust. Without changes for 3 years. * [yurytsoy/revonet](https://github.com/yurytsoy/revonet) — Rust implementation of real-coded GA for solving optimization problems and training of neural networks. +* [pkalivas/radiate](https://github.com/pkalivas/radiate) - A customizable parallel genetic programming engine capable of evolving solutions for supervised, unsupervised, and reinforcement learning problems. Comes with complete and customizable implementation of NEAT and Evtree. [![Build Status](https://travis-ci.com/pkalivas/radiate.svg?branch=master)](https://travis-ci.com/pkalivas/radiate) +![Crates.io](https://img.shields.io/crates/v/radiate) #### Machine learning