1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-11 19:49:14 +00:00
BadFish/src
protonspring 4fcd78bd06 Simplify connected #2114
This is a functional simplification that simplifies
some of the math for connected pawns. The bench is
different because I moved a /2 from opposed into
the connected array.

STC
LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 37954 W: 8504 L: 8415 D: 21035
http://tests.stockfishchess.org/tests/view/5cbf599a0ebc5925cf028156

LTC
LLR: 2.96 (-2.94,2.94) [-3.00,1.00]
Total: 27780 W: 4682 L: 4572 D: 18526
http://tests.stockfishchess.org/tests/view/5cbf6a5e0ebc5925cf0284b8

Bench 3824325
2019-05-15 10:31:21 +02:00
..
syzygy Increase thread stack for OS X (#2035) 2019-03-12 08:35:10 +01:00
benchmark.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00
bitbase.cpp Assorted trivial cleanups 4/2019 2019-05-02 19:30:26 +02:00
bitboard.cpp Assorted trivial cleanups 4/2019 2019-05-02 19:30:26 +02:00
bitboard.h Assorted trivial cleanups 4/2019 2019-05-02 19:30:26 +02:00
endgame.cpp Simplify distance (#2109) 2019-04-18 16:53:52 +02:00
endgame.h Add KNNvKP Endgame Heuristic 2019-02-21 19:53:03 +01:00
evaluate.cpp Remove pawn count in space() calculation #2139 2019-05-15 10:18:49 +02:00
evaluate.h A combo of parameter tweaks 2018-12-13 13:35:35 +01:00
main.cpp Use simple array for Pawns Connected bonus #2061 2019-03-31 11:28:48 +02:00
Makefile Allow for address sanitizer. (#2119) 2019-04-27 20:47:06 +02:00
material.cpp Assorted trivial cleanups 3/2019 (#2030) 2019-03-31 11:47:36 +02:00
material.h Changes identified in RENAME/REFORMATTING thread (#1861) 2018-12-11 13:47:56 +01:00
misc.cpp Assorted trivial cleanups 4/2019 2019-05-02 19:30:26 +02:00
misc.h Assorted trivial cleanups 4/2019 2019-05-02 19:30:26 +02:00
movegen.cpp Assorted trivial cleanups 2/2019 2019-03-05 11:13:02 +01:00
movegen.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
movepick.cpp Remove Movepick::move (#2085) 2019-04-17 21:13:39 +02:00
movepick.h Remove Movepick::move (#2085) 2019-04-17 21:13:39 +02:00
pawns.cpp Simplify connected #2114 2019-05-15 10:31:21 +02:00
pawns.h Add eg component to evaluate_shelter() #2137 2019-05-15 10:12:38 +02:00
position.cpp Precompute repetition info (#2132) 2019-05-15 10:22:21 +02:00
position.h Precompute repetition info (#2132) 2019-05-15 10:22:21 +02:00
psqt.cpp Assorted trivial cleanups 1/2019 2019-02-08 10:20:43 +01:00
search.cpp Simplify reduction formula #2122 2019-05-15 10:26:32 +02:00
search.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
thread.cpp Assorted trivial cleanups 4/2019 2019-05-02 19:30:26 +02:00
thread.h Use average bestMoveChanges across all threads #2072 2019-04-05 20:37:16 +02:00
thread_win32_osx.h Increase thread stack for OS X (#2035) 2019-03-12 08:35:10 +01: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 Allow for higher depths. (#2147) 2019-05-15 09:52:27 +02:00
tt.h Allow for higher depths. (#2147) 2019-05-15 09:52:27 +02:00
types.h Allow for higher depths. (#2147) 2019-05-15 09:52:27 +02:00
uci.cpp Simplify pondering time management (#1899) 2019-01-20 19:14:24 +01:00
uci.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
ucioption.cpp Assorted trivial cleanups 4/2019 2019-05-02 19:30:26 +02:00