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
"estimate_score" in fuego?
-
jeromie
- Lives in sente
- Posts: 902
- Joined: Fri Jan 31, 2014 7:12 pm
- Rank: AGA 3k
- GD Posts: 0
- Universal go server handle: jeromie
- Location: Fort Collins, CO
- Has thanked: 319 times
- Been thanked: 287 times
Re: "estimate_score" in fuego?
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.