1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00
BadFish/src
Marco Costalba 62c0dc5dea Restore PorbCut name
Actually MultiCut is too different from current scheme.
Note that neither ProbCut is exactly what we do because
we try just a handful of captures instead of all moves,
nevertheless it seems more in line with what we do.

Suggested by Joona.

No functional change.
2014-02-15 22:21:39 +01:00
..
benchmark.cpp Assorted tweaks from DON 2014-02-09 17:31:45 +01:00
bitbase.cpp Additional renaming from DON 2014-02-14 09:42:50 +01:00
bitboard.cpp Fix magic boosters conversion 2014-02-14 10:43:37 +01:00
bitboard.h Assorted grammar fixes 2014-01-07 14:30:41 +09:00
bitcount.h Update copyright year 2014-01-02 01:49:18 +01:00
book.cpp Assorted grammar fixes 2014-01-07 14:30:41 +09:00
book.h Update copyright year 2014-01-02 01:49:18 +01:00
endgame.cpp Simplify pawnless endgame evaluation 2014-01-18 17:22:54 +01:00
endgame.h Simplify pawnless endgame evaluation 2014-01-18 17:22:54 +01:00
evaluate.cpp Reformat of eval tracing code 2014-02-15 14:11:26 +01:00
evaluate.h Update copyright year 2014-01-02 01:49:18 +01:00
main.cpp Assorted tweaks from DON 2014-02-09 17:31:45 +01:00
Makefile Do not set default value for architeture in Makefile 2014-01-25 11:29:32 +01:00
material.cpp Simplify pawnless endgame evaluation 2014-01-18 17:22:54 +01:00
material.h Update copyright year 2014-01-02 01:49:18 +01:00
misc.cpp Assorted tweaks from DON 2014-02-09 17:31:45 +01:00
misc.h Additional renaming from DON 2014-02-14 09:42:50 +01:00
movegen.cpp Additional renaming from DON 2014-02-14 09:42:50 +01:00
movegen.h Update copyright year 2014-01-02 01:49:18 +01:00
movepick.cpp Restore PorbCut name 2014-02-15 22:21:39 +01:00
movepick.h Additional renaming from DON 2014-02-14 09:42:50 +01:00
notation.cpp Fix a compiler warning 2014-02-12 21:52:21 +01:00
notation.h Fix a compiler warning 2014-02-12 21:52:21 +01:00
pawns.cpp Ad-hoc shelter rule 2014-01-12 22:48:08 +01:00
pawns.h Update copyright year 2014-01-02 01:49:18 +01:00
platform.h Update copyright year 2014-01-02 01:49:18 +01:00
position.cpp Faster handling of king captures in Position::see 2014-02-09 19:42:24 +01:00
position.h Assorted tweaks from DON 2014-02-09 17:31:45 +01:00
psqtab.h H-file penalty and center bonus 2014-02-03 21:23:49 +01:00
rkiss.h Move magic random to RKISS 2014-02-12 14:47:36 +01:00
search.cpp Restore PorbCut name 2014-02-15 22:21:39 +01:00
search.h Assorted tweaks from DON 2014-02-09 17:31:45 +01:00
thread.cpp Assorted tweaks from DON 2014-02-09 17:31:45 +01:00
thread.h Assorted tweaks from DON 2014-02-09 17:31:45 +01:00
timeman.cpp Simplify time management 2014-02-12 20:01:11 +01:00
timeman.h Simplify time management 2014-02-12 20:01:11 +01:00
tt.cpp Assorted tweaks from DON 2014-02-09 17:31:45 +01:00
tt.h Assorted tweaks from DON 2014-02-09 17:31:45 +01:00
types.h Additional renaming from DON 2014-02-14 09:42:50 +01:00
uci.cpp Assorted tweaks from DON 2014-02-09 17:31:45 +01:00
ucioption.cpp Simplify time management 2014-02-12 20:01:11 +01:00
ucioption.h Assorted tweaks from DON 2014-02-09 17:31:45 +01:00