chess icon indicating copy to clipboard operation
chess copied to clipboard

Support MultiPV UCI search

Open kmorrison opened this issue 4 years ago • 0 comments

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?

kmorrison avatar Apr 11 '22 21:04 kmorrison