Skip to content

Instantly share code, notes, and snippets.

@atduskgreg
Last active August 29, 2015 13:56
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/9137271 to your computer and use it in GitHub Desktop.
Save atduskgreg/9137271 to your computer and use it in GitHub Desktop.
  • Graph the rest of the games
  • For (174) graph from black's POV two sets of centipawn scores (for the same moves): => high search depth vs low search depth => we're looking for "false hope"
  • Python script that starts from an empty game, plays through best move for black and white and logs the centipawn score for each played move (graph that) (ruby code for reference for basic architecture: https://gist.github.com/atduskgreg/8951065)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment