Uses of Class
org.swtpra1.alphabetaplayer.AlphaBetaPlayer
-
Packages that use AlphaBetaPlayer Package Description org.swtpra1.alphabetaplayer Contains different modifications of search trees all based on negamax with alpha beta pruning. -
-
Uses of AlphaBetaPlayer in org.swtpra1.alphabetaplayer
Subclasses of AlphaBetaPlayer in org.swtpra1.alphabetaplayer Modifier and Type Class Description class
AlphaBetaWithTranspositionTablesPlayer
Player implementation that uses the AlphaBetaSearchTreeWithTranspositionTables
-