From aca190ec0f6ed73e2106f427fb62fa34a906cce6 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Fri, 7 Mar 2025 01:56:53 -0600 Subject: [PATCH] simplification been done for a bit --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 44e81ee..42fb471 100644 --- a/TODO.md +++ b/TODO.md @@ -40,7 +40,7 @@ - [X] Implement different forms of downsampling - [ ] Implement concurrent execution of creating random plushies and evaluating individuals - [X] Devise a good way to implement ERCs -- [ ] Implement random simplification of genomes +- [X] Implement random simplification of genomes - [ ] Find a way to multi-thread this - [ ] Look at using `uniformShuffleList` over System.Random.Shuffle - [X] Impelment selectionCases for lexicase and tournament selection.