pensquid / yobmef

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

Make move generation iterable #13

Closed UlisseMini closed 3 years ago

UlisseMini commented 3 years ago

This will allow us to get rid of sorting in sort_by_promise() (since sorting is very expensive) and instead have duplicate moves (which will be rectified by the TP table).