rooklift / nibbler

Chess analysis GUI for UCI engines, with extra features for Leela (Lc0) in particular.
GNU General Public License v3.0
572 stars 71 forks source link

Eval on nibbler from stockfish #226

Closed iamGauravGhosh closed 1 year ago

iamGauravGhosh commented 1 year ago

How can I get eval that stockfish give in nibbler chess gui for each move?

rooklift commented 1 year ago

Engines like Stockfish really lose strength drastically if they try to analyse every move (because it takes vastly longer). This is true of Lc0 too but to a lesser extent. Anyway, the upshot is that engines like Stockfish really don't support that well.

iamGauravGhosh commented 1 year ago

I am talking about this one https://github.com/official-stockfish/Stockfish/wiki/Commands#:~:text=Example-,eval,-Display%20the%20static can't i get it on nibbler chess gui.

rooklift commented 1 year ago

Ah, then I'm afraid the answer is no.