uct_search() result cannot change: Check against worst.time instead of desired.time
[pachi.git] / TODO
blobd464205799442e486b87415e91598e871a9834e7
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
9 * Implement parameter setup over GTP
10 * gogui-friendly GTP interface
12 Patterns:
13 * Heavy optimization work
14 * Analyze feasibility of various possible features
15 * Use pattern3-type patterns for incremental board spatials matching
16   (should be much faster, and also usable for Moggy policy)
18 Playouts:
19 * Finish the ELO-play policy
20 * Mercy rule?
21 * Split playout aspects to custom-stackable pieces
22 * Possibly replay top-rated unplayed moves from the tree
23   in the playout?
25 UCT:
26 * Ponder mode
27 * Time controls infrastructure
28 * Outside of japanese byoyomi, stop reading early if result cannot change
29 * Support for different default settings for various board sizes
30 * Support for prior hinting based by custom externally linked
31   evaluation function
32 * Support for different float types when running with huge playout counts
34 UCB1AMAF:
35 * Fix RAVE for good (still noticeably weaker than fuego?)
36 * Separate constants for prior and amaf elements?