Dominique Leuenberger 2022-03-28 15:01:06 +00:00 committed by Git OBS Bridge
commit 7fd9103612
7 changed files with 21 additions and 11 deletions

2
.gitattributes vendored
View File

@ -22,4 +22,4 @@
*.zip filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text
## Specific LFS patterns ## Specific LFS patterns
nn-3475407dc199.nnue filter=lfs diff=lfs merge=lfs -text nn-13406b1dcbe0.nnue filter=lfs diff=lfs merge=lfs -text

3
Stockfish-sf_14.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11d71018af47ba047175f846be72d8d9878df698e9b5d708ab158cf530633600
size 187792

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f35e3e684da87d27d3f29ec7281ac81468a5a86b4d99ac5c599addc984a766c
size 183879

3
nn-13406b1dcbe0.nnue Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13406b1dcbe0a36dfc5e07da51d8db38b7a45d7da43078ec25a7624c2b83236f
size 47001243

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3475407dc19973ea44467678634cce023d620e419770c111cc8937fe6689ec87
size 47721371

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Mar 27 18:37:33 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 14.1:
Compared to Stockfish 14, this release introduces a more advanced NNUE
architecture and various search improvements. In self play testing, using a
book of balanced openings, Stockfish 14.1 wins three times more game pairs than
it loses. At this high level, draws are very common, so the Elo difference to
Stockfish 14 is about 17 Elo
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 9 08:34:14 UTC 2021 - Stephan Kulow <coolo@suse.com> Fri Jul 9 08:34:14 UTC 2021 - Stephan Kulow <coolo@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package stockfish # spec file for package stockfish
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,13 @@
# See evaluate.h > EvalFileDefaultName # See evaluate.h > EvalFileDefaultName
%define nnuenet nn-3475407dc199.nnue %define nnuenet nn-13406b1dcbe0.nnue
Name: stockfish Name: stockfish
Version: 14 Version: 14.1
Release: 0 Release: 0
Summary: Chess engine Summary: Chess engine
License: GPL-3.0-or-later License: GPL-3.0-or-later
URL: http://stockfishchess.org URL: https://stockfishchess.org
Source0: https://github.com/official-stockfish/Stockfish/archive/sf_%{version}.tar.gz#/Stockfish-sf_%{version}.tar.gz Source0: https://github.com/official-stockfish/Stockfish/archive/sf_%{version}.tar.gz#/Stockfish-sf_%{version}.tar.gz
Source1: https://tests.stockfishchess.org/api/nn/%{nnuenet} Source1: https://tests.stockfishchess.org/api/nn/%{nnuenet}
# steal some documentation from ubuntu # steal some documentation from ubuntu