Entradas

Stockfish Test Engins development to date (more coming)

Imagen
    22-10-24 sni new_complexity13^ diff LLR: 2.94 (-2.94,2.94) Total: 85952 W: 22900 L: 22519 D: 40533Ptnml(0-2): 264, 9543, 23024, 9838, 307 sprt @ 10+0.1 th 1 Returning abs(nnueComplexity) to search: clamp(tm, 0.1, 1.3 4ec89 - master (Use TT moves more often in qsearch) 1.37 [0.14,2.57] (95%) 22-10-25 Viz ssDepthRed2 diff LLR: 2.94 (-2.94,2.94) Total: 65952 W: 17740 L: 17387 D: 30825Ptnml(0-2): 225, 7282, 17631, 7591, 247 sprt @ 10+0.1 th 1 Take 2 4ec89 - master (Use TT moves more often in qsearch) 1.69 [0.30,3.06] (95%)      22-10-25 Viz stabilityCount3 diff LLR: 2.94 (-2.94,2.94) Total: 36832 W: 9886 L: 9578 D: 17368Ptnml(0-2): 115, 3938, 10037, 4176, 150 sprt @ 10+0.1 th 1 Take 3 4ec89 - master (Use TT moves more often in qsearch) 2.74 [0.93,4.53] (95%)    22-10-26 Viz stabilityCount5 diff LLR: 2.95 (-2.94,2.94) Total: 31576 W: 8546 L...
New engine comingup.  a good jump ahead, apparent https://github.com/lonfom169/Stockfish/commit/cc07895a2c36fd887ffcac4284bd46b850d7b676 here is the change: changed file:  src/search.cpp line 1263:   std::min (maxNextDepth, newDepth), false ); new line: std::min (maxNextDepth, newDepth - (newDepth > 1 && moveCount > 2 ) ), false );  TC 10+0.1 SPRT elo0: 0.00  alpha: 0.05  elo1: 2.50  beta: 0.05 (normalized) LLR 2.94 [-2.94,2.94] (accepted) Elo 3.74 [1.36,6.10] (95%) over master Tune a few NNUE related scaling,  commit 1a5c21d 5 , 10 nov2021 LOS 99.9% Games 21432 [w:25.5%, l:24.4%, d:50.1%] Link /tests/view/61924b49cd645dc8291c860b                 ...