repo.or.cz
/
pachi
/
json.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
valid_escape_route(): Actually check properly if the move is self-atari
[pachi/json.git]
/
montecarlo
/
montecarlo.h
blob
ea097755d9c2721d73f483ee2b42fc25d93300e8
1
#ifndef ZZGO_MONTECARLO_MONTECARLO_H
2
#define ZZGO_MONTECARLO_MONTECARLO_H
3
4
#include
"engine.h"
5
6
struct
engine
*
engine_montecarlo_init
(
char
*
arg
);
7
8
#endif