How to avoid restarting indefinite analysis when making a move on the board #1150
Unanswered
JohanSjoblom
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using async indefinite analysis. Every time a move is made I have to break the analysis loop and request a new indefinite analysis, ... because I need to send a new board to it. Is there any way to utilize the indefinite analysis and just push one move to the analysis without interrupting it... I imagine it could simply drop all other trees except this "ponder hit". I could use a large enough multipv so that the move chosen already has a sub-tree analysis available.
This way I could get a lot more depth in my analysis with less CPU power during a game or PGN analysis.
All ideas and hints are welcome.
yours, Johan
Beta Was this translation helpful? Give feedback.
All reactions