For TD_GAMES (no time control), set worst_playouts = desired_playouts.
[pachi.git] / playout / elo.h
blob47b3c286cbfe399ca7d79c4ed2ccb49c373978e5
1 #ifndef ZZGO_PLAYOUT_ELO_H
2 #define ZZGO_PLAYOUT_ELO_H
4 struct playout_policy;
6 struct playout_policy *playout_elo_init(char *arg);
8 #endif