I disagree with both of these remarks.MostFamousDane wrote: As we have been over many times of this forum - Chinook team used heuristics in constructing the proof tree making their method unsound. The absolute minimum requirement for solving checkers is that a sound method is used. So no Chinook has in no way solved checkers.
Another aspect is that they don't have all the reachable nodes in their proof tree so if Chinook was to play a game there would be positions after the opening and before they reach the endgame databases where they would have to use a regular search. Therefore it is very likely they would lose a game.
1. The Chinook team removed the last shadow of doubt when they corrected the Graph History Interaction problem, commonly referred to as "GHI." This is described at the bottom of page 471 in the One Jump Ahead: Computer Perfection at Checkers (OJA:CP@C) book. Basically, it deals with transpositions being labeled as draws if they were previously evaluated, so the newly-recurring positions do not spawn more positions, thereby bloating the game tree. It occurs very infrequently, but it was enough to cast a shadow of doubt over any results that might be announced wherein GHI possibilities could have arisen. The solution: write code that handled GHI. Schaeffer hired Akihiro Kishimoto, who won a "best paper prize" in 2002 for his pioneering work in dealing with GHI in parallel searching programs. Teaming up with Martin Muller, they were both tasked with solving the GHI problem in its entirety. They succeeded. See page 473 for confirmation of this.
2. Chinook can search and reach previously solved nodes, and due to captures being forced, these Proof Tree Nodes are inescapable. Murray Cash did something similar with Nemesis; namely, he created "Middlegame Landings" that resided in RAM. These landings were proven draws he encountered during his opening book generation process as it ran across a network of 14 workstations. With enough middlegame positions loaded into a hash table, Nemesis did not have to worry about any "holes" in its opening book. Where possible, it would divert the play into a previously drawn landing. Chinook does this on a GALACTIC scale. There is no way you or anyone else can convince me otherwise. It is well documented, and the Schaeffer claim to have solved checkers drew the attention of the leading minds in the artificial intelligence community. They rigorously tested his proof, and it was certified as being correct.