From ed76fa11f11ac1c7814166557b03b5decf4ea495 Mon Sep 17 00:00:00 2001 From: Tristan Murphy Date: Mon, 15 Jul 2024 10:52:05 -0400 Subject: [PATCH] add missing colon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99f2693..6e4611f 100644 --- a/README.md +++ b/README.md @@ -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.