Open ymmx opened 8 years ago
Hi ymmx, thanks for your positive feedback! Yes, this is there but retrievable only as "centipawns" from the computer's perspective. If the output is "score cp -40" than the opponent has a 0.4 advantage. Support on Stockfish's output here: http://support.stockfishchess.org/discussions/questions/18-board-position-evaluation
I'm wondering if this module can assess a position. For instance, we set a position from a FEN string. And the analysis by stockfish return +10.2 if white is wining.
It is obviously the case from the stockfish engine itself, but I don't see a way to get this assessment from this Pystockfish wrapper module.
nice job by the way.