pensquid / yobmef

Weird toy chess engine written *very much from scratch* in Rust.
14 stars 1 forks source link

Add quiescence search #18

Closed UlisseMini closed 3 years ago

UlisseMini commented 3 years ago

Closes #17

UlisseMini commented 3 years ago

Current issue: Traversing way too many QS nodes, for the following position we search 500k QS nodes! image I think the issue is searching through all captures, searching through only killer moves might be a solution. Or perhaps better pruning.

UlisseMini commented 3 years ago

Waiting to commit until I can investigate score fluctuation (small but noticable, which is worrying)

UlisseMini commented 3 years ago

LGTM :shipit: