]> git.sesse.net Git - stockfish/commit
Simplify multiplier for improvement
authorcj5716 <125858804+cj5716@users.noreply.github.com>
Sun, 4 Jun 2023 23:59:56 +0000 (07:59 +0800)
committerStéphane Nicolet <Stephane.Nicolet@u-paris2.fr>
Sun, 11 Jun 2023 13:05:54 +0000 (15:05 +0200)
commita9a6915e0839d3f3f54659c86f15868a7db0e386
treee55a4f66eab6969b8d8bf4a1d777ff553577d6b3
parent54ad986768eec524aeab721713ea2009931b51b3
Simplify multiplier for improvement

This simplifies a `* 99 / 1300` term into just `/ 13`.

Passed non-regression STC:
LLR: 2.92 (-2.94,2.94) <-1.75,0.25>
Total: 58816 W: 15727 L: 15540 D: 27549
Ptnml(0-2): 149, 6370, 16203, 6517, 169
https://tests.stockfishchess.org/tests/view/647d25e4726f6b400e408165

Passed non-regression LTC:
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 154386 W: 41749 L: 41669 D: 70968
Ptnml(0-2): 94, 14992, 46956, 15042, 109
https://tests.stockfishchess.org/tests/view/647d9b3c726f6b400e408b2a

closes https://github.com/official-stockfish/Stockfish/pull/4608

Bench:  2511327
src/search.cpp