selfatari_cousin(): Make info on by-group available
[pachi/json.git] / TODO
blob2e31a3eee9ada4c3121f7d03f97e5d956674007d
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         Further use in search. Experiment with crit_min_playouts adaptively
15         adjusting based on number of simulations so far.
16 * Killer moves
17 * MM local-based patterns
18 * Balanced local-based patterns?
19 * Local tree forcing
21 Playouts:
22 * Split playout aspects to custom-stackable pieces
23 * Possibly replay top-rated unplayed moves from the tree
24   in the playout?
26 UCB1AMAF:
27 * Fix RAVE for good (still noticeably weaker than fuego?)
28 * Separate constants for prior and amaf elements?