Accepting request 965221 from home:dirkmueller:Factory
- 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 OBS-URL: https://build.opensuse.org/request/show/965221 OBS-URL: https://build.opensuse.org/package/show/games/stockfish?expand=0&rev=25
This commit is contained in:
parent
4dad511dad
commit
44f8f51a62
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -22,4 +22,4 @@
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
## 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
3
Stockfish-sf_14.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11d71018af47ba047175f846be72d8d9878df698e9b5d708ab158cf530633600
|
||||
size 187792
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f35e3e684da87d27d3f29ec7281ac81468a5a86b4d99ac5c599addc984a766c
|
||||
size 183879
|
3
nn-13406b1dcbe0.nnue
Normal file
3
nn-13406b1dcbe0.nnue
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13406b1dcbe0a36dfc5e07da51d8db38b7a45d7da43078ec25a7624c2b83236f
|
||||
size 47001243
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3475407dc19973ea44467678634cce023d620e419770c111cc8937fe6689ec87
|
||||
size 47721371
|
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
# See evaluate.h > EvalFileDefaultName
|
||||
%define nnuenet nn-3475407dc199.nnue
|
||||
%define nnuenet nn-13406b1dcbe0.nnue
|
||||
Name: stockfish
|
||||
Version: 14
|
||||
Version: 14.1
|
||||
Release: 0
|
||||
Summary: Chess engine
|
||||
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
|
||||
Source1: https://tests.stockfishchess.org/api/nn/%{nnuenet}
|
||||
# steal some documentation from ubuntu
|
||||
|
Loading…
x
Reference in New Issue
Block a user