TomBolton.io

Tom Bolton’s AI and Machine Learning Lab Notebook.

Month: January 2019

The Refactoring Grind

I’ve been making slow progress on refactoring my code to play checkers in parallel. In fact, it’s not merely to play in parallel, but in fact, more like simultaneously. Parallel implies that games going on simultaneously have nothing to do…

Refactoring Checkers

It’s a new year. I’m too busy, but now that the holiday craziness is over it’s time to hunker down and do what I decided: refactor my home-grown checkers game-playing mechanics to play games in parallel rather than sequentially. It…