Skip to content

Commit

Permalink
add missing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
HyperCodec committed Jul 15, 2024
1 parent 1154e5f commit ed76fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Implementation of the NEAT algorithm using `genetic-rs`.

*Do you like this repo and want to support it? If so, leave a ⭐*

RAYON FEATURE WARNING there is a known deadlock that can happen in rare scenarios.
RAYON FEATURE WARNING: there is a known deadlock that can happen in rare scenarios.
This is an issue that requires an update to the `rayon` crate and no long-term fix can be made right now.
It is recommended that you backup your generations with the `serde` feature if you use the `rayon` feature in case it hangs.
Because this is specific and pretty much happens randomly, you can simply start training again from the backup.
Expand Down

0 comments on commit ed76fa1

Please sign in to comment.