Uses of Class
org.swtpra1.relativeterritoryplayer.MinimaxNode
-
Packages that use MinimaxNode Package Description org.swtpra1.relativeterritoryplayer Houses all classes used by the now deprecated implementation of the minimax algorithm. -
-
Uses of MinimaxNode in org.swtpra1.relativeterritoryplayer
Methods in org.swtpra1.relativeterritoryplayer with parameters of type MinimaxNode Modifier and Type Method Description void
RelativeTerritoryPlayer. generateTree(int depth, MinimaxNode root, int playerId)
Deprecated.Generate the tree of turns and boards until the depth is reached.
-