Page 1 of 1

"estimate_score" in fuego?

Posted: Thu Mar 03, 2016 8:20 am
by hanspi
Dear community,

gnugo has a command "estimate_score" showing who it thinks is leading by how much, e.g., = W+5.0 (upper bound: 11.4, lower: -1.4)

Does fuego have a command that does the same or a similar thing?

Kind regards,
Hanspi

Re: "estimate_score" in fuego?

Posted: Thu Mar 03, 2016 9:39 am
by jeromie
Glancing through the documentation, it looks like GoUCTEstimatorState:Compute() can produce an estimate by playing out a number of Monte Carlo simulations and counting after each one. I'd have to play with it to figure out how to use it, though.