Heiaha / asyncLio-bot

A bridge between UCI chess engines and Lichess.
GNU Affero General Public License v3.0
5 stars 1 forks source link

should_use_book(): unexpected ply count #19

Closed lucasart closed 8 months ago

lucasart commented 8 months ago

For example if depth=0, white gets one book move, black none. Should be < not <=.

In fact it's very confusing to use plies instead of full moves which is what most users expect. I can't see a reason for using an odd number

Heiaha commented 8 months ago

Sure, makes enough sense. Updated in https://github.com/Heiaha/asyncLio-bot/commit/f82d45fbd8881401bf0fa812f2f5629a0d8292ec.