]> git.sesse.net Git - stockfish/commit - src/timeman.cpp
Remove SlowMover Option
authorFauziAkram <fauzi.dabat@hotmail.com>
Tue, 12 Dec 2023 13:38:24 +0000 (16:38 +0300)
committerDisservin <disservin.social@gmail.com>
Thu, 14 Dec 2023 17:44:46 +0000 (18:44 +0100)
commit536d692a3082cc86afcf1a48b0cf25ac73fa7074
treef935e799fce744a7ad8e4d7908648da9d152b60e
parent9fc064e872e772f941e6fb5d303d827174003ce7
Remove SlowMover Option

The SlowMover option allows users to modify the timeLeft variant, impacting the
engine's time management. However, this feature, while theoretically flexible,
doesn't offer substantial benefits. Instead, it introduces the risk of
non-experienced users altering values without a clear understanding of the
effects, potentially leading to a weaker engine.

The vast majority of SF users don't use it anyway, and based on tests conducted
by fauzi several months ago suggest that changing it would only lose Elo.

Examples:
https://tests.stockfishchess.org/tests/view/651f309bac57711436726bba
https://tests.stockfishchess.org/tests/view/651fea29ac57711436727d85
https://tests.stockfishchess.org/tests/view/65257c343125598fc7eb68a1
https://tests.stockfishchess.org/tests/view/652296c83125598fc7eb2ad7
Tune:
https://tests.stockfishchess.org/tests/view/652a70313125598fc7ebd706
(keeping the value at 100, zz2)

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

No functional change
src/timeman.cpp
src/ucioption.cpp