knock off todo

This commit is contained in:
Rowan Torbitzky-Lane 2025-03-06 14:08:48 -06:00
parent 2d7873d72c
commit d69071cf47

View File

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