Modified:
trunk/jgogears/doc/TODO
Log:
randomness
Modified: trunk/jgogears/doc/TODO
==============================================================================
--- trunk/jgogears/doc/TODO (original)
+++ trunk/jgogears/doc/TODO Wed Mar 19 12:35:12 2008
@@ -11,6 +11,7 @@
* change training to only train on winning moves rather than all moves
* decided whether to dual licence under the Apache 2 license
* find a decent training corpus
+* make moves a little more random. They're meant to be random at the
moment, but apparently aren't...
SGF Support
===========
@@ -47,4 +48,5 @@
* tests for ko rules
* separate the Model/Node data structures from the algorithms
* better tests of the Board implementations
+* jgogears.engine.Engine now up and running