Open Kent1mrqs opened 1 month ago
For the moment, the duel candidates are the first item with most score and first item with less score. If the duel already occured, it generates random duel candidates, but it should choose the second one...
The goal : find the duel that would generate the most implicit duels The issue : it still needs to be fast enough when requesting next duel
When a ranking is over and an item is added, use dichotomy
For the moment, the duel candidates are the first item with most score and first item with less score. If the duel already occured, it generates random duel candidates, but it should choose the second one...