Implement a history-based matching algorythm
The bot will attempt to keep producing groups with entirely unique matches based on the full history of matches until it can't. It'll then step forward and ignore a week of history and try again, ignoring more history until no history is left
This commit is contained in:
parent
ed2375386b
commit
874a24dd1d
8 changed files with 388 additions and 104 deletions
|
@ -27,6 +27,6 @@ User IDs can be grabbed by turning on Discord's developer mode and right clickin
|
|||
|
||||
## TODO
|
||||
* Write bot tests with [dpytest](https://dpytest.readthedocs.io/en/latest/tutorials/getting_started.html)
|
||||
* Add tracking of past groups to ensure unique pairings
|
||||
* Add matching based on unique rolls?
|
||||
* Add scheduling functionality
|
||||
* Improve the weirdo
|
Loading…
Add table
Add a link
Reference in a new issue