Halite icon indicating copy to clipboard operation
Halite copied to clipboard

Timeout bot limiting not working

Open truell20 opened this issue 8 years ago • 0 comments

We won't actually stop playing games with the bots that timeout alot. This query is flawed:

SELECT * FROM User WHERE isRunning = 1 and (userID in (SELECT gu.userID FROM GameUser gu GROUP BY gu.userID HAVING AVG(gu.didTimeout) < 1) or numGames < 5) order by rand()*-pow(sigma, 2) LIMIT 1;

Doesn't take into account versionNumber.

truell20 avatar Nov 07 '16 18:11 truell20