1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00
BadFish/src
ElbertoOne 81c58855e4 Remove and replace DoubledIsolated penalty by Doubled
The values for both penalties were very close, so DoubledIsolated can be removed and replaced by Doubled.

Passed STC (simplification): https://tests.stockfishchess.org/tests/view/5ec7c18e2a585b485af54407
LLR: 2.97 (-2.94,2.94) {-1.50,0.50}
Total: 105360 W: 20175 L: 20136 D: 65049
Ptnml(0-2): 1803, 12230, 24572, 12275, 1800

Passed LTC:
LLR: 2.94 (-2.94,2.94) {-1.50,0.50}
Total: 15440 W: 1978 L: 1877 D: 11585
Ptnml(0-2): 92, 1405, 4667, 1422, 134

closes https://github.com/official-stockfish/Stockfish/pull/2696

Bench: 4668875
2020-05-23 22:10:14 +02:00
..
syzygy small cleanups 2020-05-23 13:27:16 +02:00
benchmark.cpp Equations for edges and corners. 2020-03-09 22:16:26 +01:00
bitbase.cpp Small cleanups. 2020-02-05 15:32:29 +01:00
bitboard.cpp small cleanups 2020-05-23 13:27:16 +02:00
bitboard.h Small cleanups 2020-04-12 20:30:08 +02:00
endgame.cpp remove KNPK endgame code 2020-04-05 08:35:31 +02:00
endgame.h remove KNPK endgame code 2020-04-05 08:35:31 +02:00
evaluate.cpp Queen Mobility Tweak 2020-05-23 22:06:26 +02:00
evaluate.h Small cleanups 2020-03-01 09:31:58 +01:00
main.cpp small cleanups 2020-05-23 13:27:16 +02:00
Makefile Fix syzygy dependencies issue 2020-05-09 09:39:52 +02:00
material.cpp Small cleanups 2020-03-30 22:46:07 +02:00
material.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
misc.cpp Avoid sending info strings before 'uci' has been received 2020-05-19 17:02:21 +02:00
misc.h Fix a Windows-only crash on exit without 'quit' 2020-05-14 20:35:40 +02:00
movegen.cpp small cleanups 2020-05-23 13:27:16 +02:00
movegen.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
movepick.cpp A combo of parameters tweaks 2020-05-21 14:05:07 +02:00
movepick.h Improve move order near the root 2020-02-22 21:32:32 +01:00
pawns.cpp Remove and replace DoubledIsolated penalty by Doubled 2020-05-23 22:10:14 +02:00
pawns.h Small cleanups 2020-04-29 17:44:24 +02:00
position.cpp small cleanups 2020-05-23 13:27:16 +02:00
position.h small cleanups 2020-05-23 13:27:16 +02:00
psqt.cpp Small cleanups 2020-04-12 20:30:08 +02:00
search.cpp small cleanups 2020-05-23 13:27:16 +02:00
search.h continuation histories when in check 2020-04-22 08:48:01 +02:00
thread.cpp small cleanups 2020-05-23 13:27:16 +02:00
thread.h Small cleanups 2020-04-12 20:30:08 +02:00
thread_win32_osx.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
timeman.cpp small cleanups 2020-05-23 13:27:16 +02:00
timeman.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
tt.cpp small cleanups 2020-05-23 13:27:16 +02:00
tt.h Fix a Windows-only crash on exit without 'quit' 2020-05-14 20:35:40 +02:00
tune.cpp small cleanups 2020-05-23 13:27:16 +02:00
tune.h Fishtest Tuning Framework 2020-05-02 17:32:11 +02:00
types.h Tune pawn value 2020-05-11 20:46:39 +02:00
uci.cpp Small cleanups 2020-03-30 22:46:07 +02:00
uci.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
ucioption.cpp small cleanups 2020-05-23 13:27:16 +02:00