1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00
BadFish/src
VoyagerOne 744ed85a4d Fix futility pruning bug
PredictedDepth can be negative, causing the futility_margin to be negative.
It will be very difficult to tweak moveCount pruning and reduction formula, as they are tuned to prevent this behavior.

No functional change

Resolves #587
2016-02-14 19:48:46 +00:00
..
syzygy Assorted English grammar changes 2016-01-16 21:34:29 +00:00
benchmark.cpp Assorted English grammar changes 2016-01-16 21:34:29 +00:00
bitbase.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
bitboard.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
bitboard.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
bitcount.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
endgame.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
endgame.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
evaluate.cpp Remove Weights 2016-02-07 21:00:24 +00:00
evaluate.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
main.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
Makefile Remove redundant -std=c++0x flag 2016-01-18 21:54:40 +00:00
material.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
material.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
misc.cpp Restore development version 2016-01-03 13:52:01 +00:00
misc.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
movegen.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
movegen.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
movepick.cpp Assorted English grammar changes 2016-01-16 21:34:29 +00:00
movepick.h Assorted English grammar changes 2016-01-16 21:34:29 +00:00
pawns.cpp Remove Weights 2016-02-07 21:00:24 +00:00
pawns.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
position.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
position.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
psqt.cpp Retire CenterBind 2016-01-03 17:33:36 +00:00
search.cpp Fix futility pruning bug 2016-02-14 19:48:46 +00:00
search.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
thread.cpp Assorted English grammar changes 2016-01-16 21:34:29 +00:00
thread.h Rewrite time formula 2016-01-18 17:12:18 +01:00
thread_win32.h Assorted English grammar changes 2016-01-16 21:34:29 +00:00
timeman.cpp Time management simplification 2016-01-29 00:47:07 +00:00
timeman.h Time management simplification 2016-01-29 00:47:07 +00:00
tt.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
tt.h Depth margin parameter-tweak in TT-save 2016-01-18 22:04:38 +00:00
types.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
uci.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
uci.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
ucioption.cpp Adjust time used for move based on previous score 2016-01-03 14:01:15 +00:00