Merge branch 'master' of git+ssh://repo.or.cz/srv/git/pachi
[pachi/ann.git] / TODO
blob45c430481b58f5e394ce1846579758f94c6d431c
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 modules
8 * Implement parameter setup over GTP
9 * gogui-friendly GTP interface
11 General improvements:
12 * Opening book
13 * Criticality
14 * Killer moves
15 * MM local-based patterns
16 * Balanced local-based patterns?
17 * Local tree forcing
19 Playouts:
20 * Remove the unsuccessful attempt at ELO-play policy
21 * Split playout aspects to custom-stackable pieces
22 * Possibly replay top-rated unplayed moves from the tree
23   in the playout?
24 * [Mogo] Middle-of-three nakade modification
25 * [Mogo] Connect-if-selfatari approach moves modification
27 UCT:
28 * Support for different float types when running with huge playout counts
30 UCB1AMAF:
31 * Fix RAVE for good (still noticeably weaker than fuego?)
32 * Separate constants for prior and amaf elements?