Skip to content

Commit

Permalink
add shields to README
Browse files Browse the repository at this point in the history
  • Loading branch information
HyperCodec committed Feb 9, 2024
1 parent 1538347 commit 6e3bb77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# neat
[<img alt="github" src="https://img.shields.io/github/last-commit/inflectrix/neat" height="20">](https://github.com/inflectrix/neat)
[<img alt="crates.io" src="https://img.shields.io/crates/d/neat" height="20">](https://crates.io/crates/neat)
[<img alt="docs.rs" src="https://img.shields.io/docsrs/neat" height="20">](https://docs.rs/neat)

Implementation of the NEAT algorithm using `genetic-rs`

### Features
Expand Down

0 comments on commit 6e3bb77

Please sign in to comment.