I know TB scores can be used. But we want the search to use scores likely to lead to the fastest mates. Syzygy does not contain that information. It just has Win/Loss/Draw and distance to conversion, so I have not decided the best way to integrate it in the MCTS nodes. If distance to win or distance to draw was available like in some other TB formats, it would be simpler. We plan on investigating this more shortly. We think a bunch of things can be improved, and this is on the todo list. I would be surprised if this leads to a huge elo gain, given how MCTS node selection works. But it would be nice to be surprised.Daniel Shawul wrote: ↑Mon May 14, 2018 9:38 pmWhat is wrong with reporting a 0, 0.5 or 1 TB score in MCTS search?? Infact that is the best kind of score you can give tomjlef wrote: ↑Mon May 14, 2018 9:19 pmWe have not decided how to incorporate the Syzygy scores into the MCTS in the best way yet. In regualr searches, Syzygy wins just get a single number, which is not accurate for a win probability search scheme. I am likely to change that with a future update. Note the Syzygy probes are used in some of the searches used in calculating win probabilities for the MCTS tree. So they do effect it, just in a more indirect way. And Syzygy is used at the root to decide the nodes worth searching.
and MCTS search because one visist to a TB would be enough, while you would have to sample the node many times in other
cases to narrow down the winning probability with enough certainity. I use it TB cutoffs in my MCTS engine just fine.
So much bullshit in this thread.
Why the hostility?