ryanbhayward / games-puzzles-algorithms

software for CMPUT 355 (initial 396): ugrad course on games, puzzles, algorithms
36 stars 153 forks source link

resolve transposition table bug #100

Closed treedust closed 8 years ago

treedust commented 8 years ago

stored values may not be the best value for subsequent calls based on the alpha-beta values and depth

ryanbhayward commented 8 years ago

fixes an alphabeta bug originally notices with ttt solver