1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-26 18:51:55 +02:00

Merge pull request #798 from rust-unofficial/revert-768-patch-5

Revert "Add the genetic programming library radiate"
This commit is contained in:
Lukáš Hozda [magnusi] 2020-01-13 17:22:33 +01:00 committed by GitHub
commit 9676fa07cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -625,9 +625,6 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust Tools](https://
* [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)
#### Genetic Programming
* [pkalivas/radiate](https://github.com/pkalivas/radiate) — Radiate is a parallel genetic programming engine capable of evolving solutions for supervised, unsupervised, and general reinforcement learning problems.
#### Machine learning
[[machine learning](https://crates.io/keywords/machine-learning)]