From b07d5e5cdb2b20d73636661f880a02ea536b6f3b Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Mon, 16 May 2011 14:04:56 +0200 Subject: [PATCH] HACKING: Add some comment on local tree values --- HACKING | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HACKING b/HACKING index 0fbc01d..e3aff08 100644 --- a/HACKING +++ b/HACKING @@ -222,6 +222,13 @@ the proper resolution of a given situation is easily found in the tree, but improper heuristical bisaes keep muddying the evaluation down. +Exactly what kind of values to store in the local tree nodes is +still an open question. The original approach has been to simply +use simulation results directly or biased on base "value temperature"; +now, we are experimenting with survival rate of the "base stone" +of the branch (the first move in the branch sequence). We also intend +to integrate criticality information with local tree data. + The local trees are descended in parallel with the main tree. The values stored in local trees are added to the RAVE term from the main tree during node selection. We also wish to use -- 2.11.4.GIT