Skip to content

Commit

Permalink
main docs change
Browse files Browse the repository at this point in the history
  • Loading branch information
HyperCodec committed Feb 23, 2024
1 parent 68cd7be commit 264a74c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Implementation of the NEAT algorithm using `genetic-rs`
### Features
- rayon - Uses parallelization on the `NeuralNetwork` struct and adds the `rayon` feature to the `genetic-rs` re-export.
- serde - Adds the NNTSerde struct and allows for serialization of `NeuralNetworkTopology`
- crossover - Implements the `CrossoverReproduction` trait on `NeuralNetworkTopology`

### How To Use
When working with this crate, you'll want to use the `NeuralNetworkTopology` struct in your agent's DNA and
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! - [x] base (single-core) crate
//! - [x] rayon
//! - [x] serde
//! - [ ] crossover
//! - [x] crossover
//!
//! You can get started by looking at [genetic-rs docs](https://docs.rs/genetic-rs) and checking the examples for this crate.
Expand Down

0 comments on commit 264a74c

Please sign in to comment.