mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 03:57:45 +00:00
Update Elo estimates for terms in search
This updates estimates from 2yr ago #2401, and adds missing terms. All tests run at 10+0.1 (STC), 20000 games, error bars +- 1.8 Elo, book 8moves_v3.png. A table of Elo values with the links to the corresponding tests can be found at the PR closes https://github.com/official-stockfish/Stockfish/pull/3868 Non-functional Change
This commit is contained in:
+1
-1
@@ -1083,7 +1083,7 @@ Value Eval::evaluate(const Position& pos) {
|
||||
|
||||
Value v;
|
||||
|
||||
// Deciding between classical and NNUE eval: for high PSQ imbalance we use classical,
|
||||
// Deciding between classical and NNUE eval (~10 Elo): for high PSQ imbalance we use classical,
|
||||
// but we switch to NNUE during long shuffling or with high material on the board.
|
||||
|
||||
if ( !useNNUE
|
||||
|
||||
Reference in New Issue
Block a user