deeds wrote: ↑Wed Mar 01, 2023 8:40 pm
Which TC for learning / tournaments ?
Thanks to a learning with 7-8 threads, TC 1m+1s, 2000 games/opening, an engine can learn experience data that will resist up to tourneys at TC 4m+4s :
Code: Select all
# PLAYER : RATING ERROR POINTS PLAYED (%) W D L D(%) OppAvg OppN
1 1m+1s Eman 8.20 nn-ad9b42354671 : 0 ---- 302.5 600 50.4 81 443 76 73.8 -3 3
2 4m+4s Stockfish 15.0 x64 BMI2 : 0 33 100.0 200 50.0 27 146 27 73.0 0 1
3 3m+3s Stockfish 15.0 x64 BMI2 : -4 34 99.0 200 49.5 25 148 27 74.0 0 1
4 2m+2s Stockfish 15.0 x64 BMI2 : -5 35 98.5 200 49.3 24 149 27 74.5 0 1
White advantage = -41.67 +/- 10.14
Draw rate (equal opponents) = 50.00 % +/- 0.00
tc odd - eman exp vs sf15
In fact, since NNUE era, the bestmoves of engines are already very strong even at shallow depths and the ELO gains are lower at greater depths :
elo gain vs depth+5 plies
For tourneys at longer TC, there are 2 solutions :
- easiest way, to reinforce your existing experience data
Code: Select all
# PLAYER : RATING ERROR POINTS PLAYED (%) W D L D(%) OppAvg OppN
1 40T 1m+1s Eman 8.30 nn-ad9b42354671 : 0 ---- 404.5 800 50.6 110 589 101 73.6 -4 4
5 40T 5m+5s Stockfish 15.0 x64 BMI2 : -7 34 98.0 200 49.0 25 146 29 73.0 0 1
White advantage = -40.94 +/- 9.05
Draw rate (equal opponents) = 50.00 % +/- 0.00
semi-monumental achievement
- longest way, to train the engines with a TC 2m+2s
(at the moment, i don't know until what TC such learned experience data can resist on tourneys...)