repo.or.cz
/
pachi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
UCT: Support for amafmap-based policies
[pachi.git]
/
playout
/
old.h
blob
461072e7e8cfea89c88c282d42bc73c0a80bf377
1
#ifndef ZZGO_PLAYOUT_OLD_H
2
#define ZZGO_PLAYOUT_OLD_H
3
4
#include
"move.h"
5
#include
"stone.h"
6
7
struct
montecarlo
;
8
struct
board
;
9
10
coord_t
playout_old
(
struct
montecarlo
*
mc
,
struct
board
*
b
,
enum
stone our_real_color
);
11
12
#endif