From d69071cf4772e09a40e493c62d797ac4ac2c8120 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Thu, 6 Mar 2025 14:08:48 -0600 Subject: [PATCH] knock off todo --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 7c71d60..829d203 100644 --- a/TODO.md +++ b/TODO.md @@ -42,5 +42,5 @@ - [ ] Implement random simplification of genomes - [ ] Find a way to multi-thread this - [ ] Look at using `uniformShuffleList` over System.Random.Shuffle -- [ ] Impelment selectionCases for lexicase and tournament selection. +- [X] Impelment selectionCases for lexicase and tournament selection. - [X] Make all randomness a float and not an int in Variation