1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-12 03:59:15 +00:00
BadFish/src
joergoster a4b98a052e New values for Mobility and Outposts.
Both are the result of a SPSA tuning session with a custom book, 50k iterations each.

After an additional tuning session of the mobility values, tuning the delta values, with following result.

40k games at 9+0.05:
ELO: 4.13 +-2.2 (95%) LOS: 100.0%
Total: 40000 W: 8581 L: 8106 D: 23313

and LTC
LLR: 2.95 (-2.94,2.94) [0.00,4.00]
Total: 36518 W: 6049 L: 5782 D: 24687

Bench: 8567402

Resolves #284
2015-03-14 21:35:52 +00:00
..
syzygy Compute checkers from scratch 2015-02-15 12:11:05 +01:00
benchmark.cpp Revert C++11 merge 2015-03-07 07:38:22 +00:00
bitbase.cpp Revert C++11 merge 2015-03-07 07:38:22 +00:00
bitboard.cpp Don't use _pext_u64() directly 2015-01-24 19:38:06 +00:00
bitboard.h Don't use _pext_u64() directly 2015-01-24 19:38:06 +00:00
bitcount.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
endgame.cpp Revert C++11 merge 2015-03-07 07:38:22 +00:00
endgame.h Revert C++11 merge 2015-03-07 07:38:22 +00:00
evaluate.cpp New values for Mobility and Outposts. 2015-03-14 21:35:52 +00:00
evaluate.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
main.cpp Add syzygy support 2015-01-18 08:27:46 +01:00
Makefile Link with -static in mingw 2015-03-14 19:23:54 +00:00
material.cpp Revert C++11 merge 2015-03-07 07:38:22 +00:00
material.h Revert C++11 merge 2015-03-07 07:38:22 +00:00
misc.cpp Add thread_win32.h header 2015-03-10 12:42:40 +01:00
misc.h Revert C++11 merge 2015-03-07 07:38:22 +00:00
movegen.cpp Revert C++11 merge 2015-03-07 07:38:22 +00:00
movegen.h Revert C++11 merge 2015-03-07 07:38:22 +00:00
movepick.cpp Introduce Counter Move History tables 2015-03-12 07:29:57 +00:00
movepick.h Introduce Counter Move History tables 2015-03-12 07:29:57 +00:00
pawns.cpp Sync with master 2015-03-07 10:56:01 +01:00
pawns.h Transform minKingPawnDistance into a local variable 2015-03-07 09:03:19 +00:00
position.cpp Revert C++11 merge 2015-03-07 07:38:22 +00:00
position.h Revert C++11 merge 2015-03-07 07:38:22 +00:00
psqtab.h Update copyright year 2015-01-10 11:46:28 +01:00
search.cpp Introduce yielding spin locks 2015-03-14 19:14:52 +00:00
search.h Revert C++11 merge 2015-03-07 07:38:22 +00:00
thread.cpp Introduce yielding spin locks 2015-03-14 19:14:52 +00:00
thread.h Introduce yielding spin locks 2015-03-14 19:14:52 +00:00
thread_win32.h Cleanup thread_win.h 2015-03-10 17:13:52 +01:00
timeman.cpp Update copyright year 2015-01-10 11:46:28 +01:00
timeman.h New easy move implementation 2015-03-12 19:49:30 +00:00
tt.cpp Revert C++11 merge 2015-03-07 07:38:22 +00:00
tt.h Revert C++11 merge 2015-03-07 07:38:22 +00:00
types.h Re-enable spinlocks 2015-03-07 08:38:26 +01:00
uci.cpp Revert C++11 merge 2015-03-07 07:38:22 +00:00
uci.h Revert C++11 merge 2015-03-07 07:38:22 +00:00
ucioption.cpp Revert C++11 merge 2015-03-07 07:38:22 +00:00