Skip to content

Commit 3bcaa3c

Browse files
authored
Merge pull request #16 from inflectrix/dev
hotfixes
2 parents 4f1a227 + 3d06104 commit 3bcaa3c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "neat"
33
description = "Crate for working with NEAT in rust"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
edition = "2021"
66
authors = ["Inflectrix"]
77
repository = "https://github.com/inflectrix/neat"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Implementation of the NEAT algorithm using `genetic-rs`
77

88
### Features
99
- rayon - Uses parallelization on the `NeuralNetwork` struct and adds the `rayon` feature to the `genetic-rs` re-export.
10+
- serde - Adds the NNTSerde struct and allows for serialization of `NeuralNetworkTopology`
1011

1112
### How To Use
1213
When working with this crate, you'll want to use the `NeuralNetworkTopology` struct in your agent's DNA and

0 commit comments

Comments
 (0)