Skip to content

Instantly share code, notes, and snippets.

@atduskgreg
Created February 14, 2014 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atduskgreg/9002546 to your computer and use it in GitHub Desktop.
Save atduskgreg/9002546 to your computer and use it in GitHub Desktop.
## Detecting Boomerang combinations
* For each Maurice boomerang example:
* Translate board positions into fen
* Tell Stockfish to set the board position (over UCI)
* Request a white move with limits on search depth (parameter)
* Play out move sequences at full search depth
* Track centipawn score (for black move) and loss of material/checkmate
* Automate this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment