hyperchessbot / uciengine

rust uci engine wrapper
MIT License
17 stars 4 forks source link

Receive analysis info for more than one move #3

Open mcoulont opened 2 months ago

mcoulont commented 2 months ago

Hello

When we run something like engine.go(go_job) we receive:

Is it possible to receive the analysis lines returned by the engine for, say, the 3 best moves?

mcoulont commented 2 months ago

It seems that you return the last line of analysis only. You currently don't seem active in this project . I plan to fork it and modify its behavior to return all the lines.