1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00
BadFish/src
Marco Costalba d173285da5 Fine tune skill level
Rescaled Skill level from 0 to 20. At level 19 is still
comparable with Crafty 20.14, while at low levels strength
increase is now less steep.

Thanks to Joona and Heinz for testing and valuable
comments.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2011-03-28 13:09:13 +01:00
..
benchmark.cpp Sync Root new depth to what we do in search() 2011-02-18 11:24:42 +01:00
bitbase.cpp Additional cleanup in bitbase.cpp 2011-03-12 18:22:22 +01:00
bitboard.cpp Reintroduce initialization of some bitboards 2011-03-10 19:23:39 +01:00
bitboard.h Use intrinsic in pop_1st_bit() under MSVC 64 bits 2011-03-17 14:29:09 +01:00
bitcount.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
book.cpp Big book.cpp cleanup 2011-01-10 19:55:02 +01:00
book.h Big book.cpp cleanup 2011-01-10 19:55:02 +01:00
COPYING Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
endgame.cpp Additional cleanup in bitbase.cpp 2011-03-12 18:22:22 +01:00
endgame.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
evaluate.cpp Add evaluation tracing code 2011-02-26 14:26:27 +01:00
evaluate.h Add evaluation tracing code 2011-02-26 14:26:27 +01:00
history.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
lock.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
main.cpp Move KPKBitbase[] where it belongs 2011-03-12 12:12:41 +01:00
Makefile Retire history.cpp 2011-01-15 10:02:45 +01:00
material.cpp Introduce SimpleHash class 2011-01-07 11:20:49 +01:00
material.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
misc.cpp Small cleanup in execute_uci_command() 2011-01-09 16:24:30 +01:00
misc.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
move.cpp Retire move_ambiguity() altogether 2011-03-23 13:09:04 +01:00
move.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
movegen.cpp Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
movegen.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
movepick.cpp Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
movepick.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
pawns.cpp Rename piece_of_color_and_type() to make_piece() 2011-02-23 18:42:35 +01:00
pawns.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
position.cpp Triviality in position.cpp 2011-03-24 13:21:47 +01:00
position.h Rename NonSlidingAttacksBB[] in StepAttacksBB[] 2011-03-10 08:10:26 +01:00
psqtab.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
rkiss.h Update copyright notes in rkiss.h 2011-03-10 08:08:34 +01:00
search.cpp Fine tune skill level 2011-03-28 13:09:13 +01:00
search.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
thread.h Increase MAX_THREADS to 32 2011-03-08 13:16:33 +01:00
timeman.cpp Rewrite options handling in an object oriented fashion 2010-11-05 06:10:05 +01:00
timeman.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
tt.cpp Avoid permanent PV entries in TT 2011-02-16 08:57:35 +01:00
tt.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
types.h Use intrinsic in pop_1st_bit() under MSVC 64 bits 2011-03-17 14:29:09 +01:00
uci.cpp Be sure to read options before to call trace_evaluate() 2011-03-01 13:32:42 +01:00
ucioption.cpp Fine tune skill level 2011-03-28 13:09:13 +01:00
ucioption.h Small cleanup in execute_uci_command() 2011-01-09 16:24:30 +01:00