Optimize Selection Methods
Open
enhancement
- Dominant language
- Rust
- Stars
- 29
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Improve time complexity and memory requirements of all the selection methods.
Some know improvements include:
- [ ] Use prefix array and binary search for roulette Wheel and rank based selection.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names roulette-wheel and rank-based selection methods but does not identify files or tests. Start by locating all selection methods and measuring their current time and memory use. Done means improving the methods' complexity, including prefix-array and binary-search selection where appropriate, with coverage for the changed behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- machine-learning
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100