From 3fd43cd5fcb22bb65bf2a92a25d95d801b11c9e0 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Wed, 1 Jun 2016 18:58:58 -0700 Subject: Initial checkin for typhoon chess engine. --- src/TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/TODO (limited to 'src/TODO') diff --git a/src/TODO b/src/TODO new file mode 100644 index 0000000..1ac53b2 --- /dev/null +++ b/src/TODO @@ -0,0 +1,10 @@ +Better understanding of stuff like KRKRB == drawish, Q's come off = !drawish +Think about the path to a killer instead of the depth of a killer +Pawnhash size tunable from cmdline again +Evalhash size tunable? +EGTB cache size tunable? +Poshash size tunable? +Think about when to avoid nullmove pruning based on checks in the line +Think about futility pruning when a >= +NMATE +Stick eval / king score in ply info and use it to trigger extensions + -- cgit v1.3