cx-0.1.0.0: Chess eXperiment
Game.Chess.Negamax
Synopsis
negamax :: Int -> Color -> GameTree -> Int #
(Maybe) an implementation of a negamax algorithm.
This is the stupidest thing that could possibly work. It does not do alpha-beta pruning or anything along those lines, and thus is stupidly inefficient.