summaryrefslogtreecommitdiff
path: root/src/TODO
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2016-06-01 18:58:58 -0700
committerScott Gasch <[email protected]>2016-06-01 18:58:58 -0700
commit3fd43cd5fcb22bb65bf2a92a25d95d801b11c9e0 (patch)
tree9b6443235d16ba17f094a1a1c7ae53d2bcb9267b /src/TODO
Initial checkin for typhoon chess engine.
Diffstat (limited to 'src/TODO')
-rw-r--r--src/TODO10
1 files changed, 10 insertions, 0 deletions
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
+