selectionCases in all lexicase types

This commit is contained in:
Rowan Torbitzky-Lane 2025-03-02 22:08:22 -06:00
parent 134b3476d2
commit 6db42c44fe

View File

@ -41,3 +41,4 @@
- [ ] Implement random simplification of genomes - [ ] Implement random simplification of genomes
- [ ] Find a way to multi-thread this - [ ] Find a way to multi-thread this
- [ ] Look at using `uniformShuffleList` over System.Random.Shuffle - [ ] Look at using `uniformShuffleList` over System.Random.Shuffle
- [ ] Impelment selectionCases for lexicase and tournament selection.