GeneThello Home

Package net.sf.genethello.gametheory

Provides classes necessary for game tree searching using several minimax type algorithms.

See:
          Description

Interface Summary
Board Interface to simulate board of game.
 

Class Summary
GameTheory A framework for running algorithms of game theory (minimax type) to search best move for a two players zero-sum game.
Move A move of game represented by an index on the board.
MoveComparator A comparator used to compare two rated moves.
RatedMove A move of game with rating.
TranspositionTable Transposition table of game, a hash table of each of the positions analyzed so far up to a certain depth.
 

Package net.sf.genethello.gametheory Description

Provides classes necessary for game tree searching using several minimax type algorithms.


GeneThello Home

Get GeneThello: Genetic Othello at SourceForge.net. Fast, secure and Free Open Source software downloads