From aff3ab8c51c7e838023d0b7adcc689980e606da1 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Fri, 8 Oct 2010 14:56:41 +0200 Subject: [PATCH] TODO: Update, add some general improvements --- TODO | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/TODO b/TODO index 757af88..45c4304 100644 --- a/TODO +++ b/TODO @@ -8,14 +8,16 @@ Base: * Implement parameter setup over GTP * gogui-friendly GTP interface -Patterns: -* Heavy optimization work -* Analyze feasibility of various possible features -* Incrementally match all features from fast set -* Incrementally maintain probability distribution for ELO playouts +General improvements: +* Opening book +* Criticality +* Killer moves +* MM local-based patterns +* Balanced local-based patterns? +* Local tree forcing Playouts: -* Finish the ELO-play policy +* Remove the unsuccessful attempt at ELO-play policy * Split playout aspects to custom-stackable pieces * Possibly replay top-rated unplayed moves from the tree in the playout? @@ -23,8 +25,6 @@ Playouts: * [Mogo] Connect-if-selfatari approach moves modification UCT: -* Support for prior hinting based by custom externally linked - evaluation function * Support for different float types when running with huge playout counts UCB1AMAF: -- 2.11.4.GIT