repo.or.cz
/
pachi
/
peepo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed bad estimate of max_time for non-canadian byoyomi.
[pachi/peepo.git]
/
playout
/
elo.h
blob
47b3c286cbfe399ca7d79c4ed2ccb49c373978e5
1
#ifndef ZZGO_PLAYOUT_ELO_H
2
#define ZZGO_PLAYOUT_ELO_H
3
4
struct
playout_policy
;
5
6
struct
playout_policy
*
playout_elo_init
(
char
*
arg
);
7
8
#endif