1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00
BadFish/src
Stéphane Nicolet 667d24f227 Increase weight for supported pawns
This patch changes the weight for counting supports of pawns
from 17 to 21. Hopefully Stockfish will accept to play a bit
more of closed or semi-closed positions.

STC:
LLR: 2.95 (-2.94,2.94) [0.00,4.00]
Total: 13822 W: 3158 L: 2939 D: 7725
http://tests.stockfishchess.org/tests/view/5d89c3a10ebc595091802379

LTC:
LLR: 2.96 (-2.94,2.94) [0.00,4.00]
Total: 63066 W: 10590 L: 10236 D: 42240
http://tests.stockfishchess.org/tests/view/5d89ca7f0ebc595091802680

Future work: try to tweak the evaluation to better understand
the French structures.

Closes https://github.com/official-stockfish/Stockfish/pull/2326

Bench: 3618154
2019-09-24 12:54:02 +02:00
..
syzygy Assorted trivial cleanups (July 2019) 2019-08-14 22:15:48 +02:00
benchmark.cpp Try to get a more precise bench time (#2211) 2019-06-30 15:16:20 +02:00
bitbase.cpp Assorted trivial cleanups 4/2019 2019-05-02 19:30:26 +02:00
bitboard.cpp Remove operators for color 2019-07-26 02:12:23 +02:00
bitboard.h Assorted trivial cleanups (July 2019) 2019-08-14 22:15:48 +02:00
endgame.cpp Remove backmost_sq (#2190) 2019-06-14 08:22:02 +02:00
endgame.h Slight speep up fetching the endgame table 2019-08-21 09:11:17 +02:00
evaluate.cpp Clarify the mapping of files to queenside 2019-09-24 10:05:54 +02:00
evaluate.h A combo of parameter tweaks 2018-12-13 13:35:35 +01:00
main.cpp Assorted trivial cleanups 5/2019 2019-06-09 14:57:08 +02:00
Makefile Update Makefile documentation 2019-09-14 07:34:19 +02:00
material.cpp Remove operators for color 2019-07-26 02:12:23 +02:00
material.h Changes identified in RENAME/REFORMATTING thread (#1861) 2018-12-11 13:47:56 +01:00
misc.cpp Make the debug counters thread safe. 2019-06-22 09:57:07 +02:00
misc.h Assorted trivial cleanups 4/2019 2019-05-02 19:30:26 +02:00
movegen.cpp Consolidate CastlingSide and CastlingRights 2019-08-23 16:29:29 +02:00
movegen.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
movepick.cpp Tweak capture scoring formula 2019-07-11 11:59:36 +02:00
movepick.h Remove Movepick::move (#2085) 2019-04-17 21:13:39 +02:00
pawns.cpp Increase weight for supported pawns 2019-09-24 12:54:02 +02:00
pawns.h Improve signature of evaluate_shelter() 2019-08-24 08:21:30 +02:00
position.cpp Assorted trivial cleanups 2019-09-14 08:33:00 +02:00
position.h Consolidate CastlingSide and CastlingRights 2019-08-23 16:29:29 +02:00
psqt.cpp Clarify the mapping of files to queenside 2019-09-24 10:05:54 +02:00
search.cpp More random draw evaluations 2019-09-23 07:29:00 +02:00
search.h Tweak Late Move Reduction at root 2019-08-26 08:49:55 +02:00
thread.cpp Tweak Late Move Reduction at root 2019-08-26 08:49:55 +02:00
thread.h Tweak Late Move Reduction at root 2019-08-26 08:49:55 +02:00
thread_win32_osx.h Raise stack size to 8MB for pthreads 2019-09-16 15:09:45 +02:00
timeman.cpp Assorted trivial cleanups 4/2019 2019-05-02 19:30:26 +02:00
timeman.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
tt.cpp Assorted trivial cleanups 5/2019 2019-06-09 14:57:08 +02:00
tt.h Assorted trivial cleanups 5/2019 2019-06-09 14:57:08 +02:00
types.h Clarify the mapping of files to queenside 2019-09-24 10:05:54 +02:00
uci.cpp Try to get a more precise bench time (#2211) 2019-06-30 15:16:20 +02:00
uci.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
ucioption.cpp UCI_Elo implementation (#2225) 2019-07-14 14:47:50 +02:00