Distributed engine: ensure that pass & resign have more weight than normal moves
[pachi.git] / montecarlo / montecarlo.h
blob8ed56c6667edd39642deb9072a1edd8b04da58f6
1 #ifndef ZZGO_MONTECARLO_MONTECARLO_H
2 #define ZZGO_MONTECARLO_MONTECARLO_H
4 #include "engine.h"
6 struct engine *engine_montecarlo_init(char *arg, struct board *b);
8 #endif