From 6db42c44fe67f57ef4f73ae88ac41c3c68890bbf Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Sun, 2 Mar 2025 22:08:22 -0600 Subject: [PATCH] selectionCases in all lexicase types --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 9472e22..46316ac 100644 --- a/TODO.md +++ b/TODO.md @@ -41,3 +41,4 @@ - [ ] 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.