elo: reduce k value

This commit is contained in:
Simon Gardling 2025-04-24 13:00:06 -04:00
parent 66be2185f9
commit 57dba8ad1e
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -271,7 +271,7 @@ impl PlayerArena {
&self.players[player1].2,
&self.players[player2].2,
outcome,
&EloConfig::new(),
&EloConfig { k: 10.0 },
);
self.players[player1].2 = np1;
self.players[player2].2 = np2;