simplification been done for a bit

This commit is contained in:
Rowan Torbitzky-Lane 2025-03-07 01:56:53 -06:00
parent 7abac5e995
commit aca190ec0f

View File

@ -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.