Package monkey.ai
-
Interface Summary Interface Description State<Self extends State<Self,Action>,Action> AState
represents a single scenario between those which can be encountered when playing a deterministic, turn-taking, two-player, zero-sum games of perfect information. -
Class Summary Class Description AI<S extends State<S,A>,A> AnAI
is a generic, backtracking alpha-beta pruner for a deterministic, turn-taking, two-player, zero-sum game of perfect information. -
Enum Summary Enum Description Player APlayer
can refer to one of the two agents partaking in the game.