]> git.sesse.net Git - stockfish/commit
Simplify quietMoveMalus malus
authorFauziAkram <fauzi.dabat@hotmail.com>
Wed, 29 Nov 2023 10:47:25 +0000 (13:47 +0300)
committerDisservin <disservin.social@gmail.com>
Sat, 2 Dec 2023 10:40:36 +0000 (11:40 +0100)
commit7dc40ac6437ec96d312e387b76573e5c496bd0b6
tree50529ee2aef14cbd222f393ef9116a5bc9fab029
parent883163395ed464d17c6732e227a2d2c3c0b26f1e
Simplify quietMoveMalus malus

Use a simple depth instead of depth + 1 in the quietMoveMalus formula.

Passed STC:
https://tests.stockfishchess.org/tests/view/65636bf0136acbc57354b662
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 105248 W: 26680 L: 26532 D: 52036
Ptnml(0-2): 409, 12590, 26481, 12732, 412

Passed LTC:
https://tests.stockfishchess.org/tests/view/6563b5db136acbc57354bcab
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 204204 W: 50200 L: 50166 D: 103838
Ptnml(0-2): 123, 23331, 55145, 23395, 108

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

Bench: 1717495
src/search.cpp