Skip to content

Commit

Permalink
reflect the WDL model update in Stockfish (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertnurnberg authored Sep 3, 2024
1 parent 1cfd251 commit bb5d54b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified WDL_model_summary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scoreWDL.py
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ def save(self):

if args.NormalizeToPawnValue is None:
if args.NormalizeData is None:
args.NormalizeData = '{"momType": "material", "momMin": 17, "momMax": 78, "momTarget": 58, "as": [-41.25712052,121.47473115,-124.46958843,411.84490997]}'
args.NormalizeData = '{"momType": "material", "momMin": 17, "momMax": 78, "momTarget": 58, "as": [-37.45051876,121.19101539,-132.78783573,420.70576692]}'
else:
assert (
args.NormalizeData is None
Expand Down
2 changes: 1 addition & 1 deletion updateWDL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e

# set range of commits to be considered for the WDL fitting, and other options
# by default we start from the most recent WDL model change and go to master
default_firstrev=a4ea183e7839f62665e706c13b508ccce86d5fd6
default_firstrev=2054add23cf234f302c67709efc0d265c5a98eae
default_lastrev=HEAD
default_materialMin=17
default_EloDiffMax=5
Expand Down

0 comments on commit bb5d54b

Please sign in to comment.