You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the UCI library to explore certain chess positions. AFAICT, the SearchResults populator doesn't respect MultiPV search, and will give simply the most recent info-line in the SearchResults().Info. Would it be possible to consume Info as an array, or perhaps have a separate variable in SearchResults called MultiPVInfo?
The text was updated successfully, but these errors were encountered:
I'm using the UCI library to explore certain chess positions. AFAICT, the
SearchResults
populator doesn't respect MultiPV search, and will give simply the most recent info-line in theSearchResults().Info
. Would it be possible to consumeInfo
as an array, or perhaps have a separate variable inSearchResults
calledMultiPVInfo
?The text was updated successfully, but these errors were encountered: