ELO: Use probability distribution over available moves, not whole board
[pachi/json.git] / TODO
blob5f6c7594d194a38728c2a51f2fc76bf4572f1def
1 Docs:
2 * Manual page - full usage documentation
3 * GTP interface documentation
5 Base:
6 * Further optimize board implementation, oprofile fun
7 * Clean up GTP interface, allow custom GTP commands for
8   modules
10 Patterns:
11 * Support for pattern competition in patternscan
12 * Infrastructure for feeding patterns to Remi Coulom's MM
13 * Analyze feasibility of various other possible features
15 Playouts:
16 * Finish the ELO-play policy
17 * Mercy rule?
18 * Split playout aspects to custom-stackable pieces
19 * Possibly replay top-rated unplayed moves from the tree
20   in the playout?
22 UCT:
23 * Resync threads periodically in root parallelization mode
24 * Ponder mode
25 * Time controls infrastructure
26 * Outside of japanese byoyomi, stop reading early if result cannot change
27 * Support for prior hinting based by custom externally linked
28   evaluation function
30 UCB1AMAF:
31 * Fix RAVE for good (still noticeably weaker than fuego?)
32 * Separate constants for prior and amaf elements?