GeneThello Home

Uses of Package
net.sf.genethello.gametheory

Packages that use net.sf.genethello.gametheory
net.sf.genethello.brain Provides classes necessary to search game tree for best move. 
net.sf.genethello.game Provides classes necessary to simulate othello game. 
net.sf.genethello.gametheory Provides classes necessary for game tree searching using several minimax type algorithms. 
net.sf.genethello.gui Provides classes necessary to display the game in GUI. 
 

Classes in net.sf.genethello.gametheory used by net.sf.genethello.brain
Board
          Interface to simulate board of game.
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.
 

Classes in net.sf.genethello.gametheory used by net.sf.genethello.game
Board
          Interface to simulate board of game.
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.
 

Classes in net.sf.genethello.gametheory used by net.sf.genethello.gametheory
Board
          Interface to simulate board of game.
Move
          A move of game represented by an index on the board.
TranspositionTable
          Transposition table of game, a hash table of each of the positions analyzed so far up to a certain depth.
 

Classes in net.sf.genethello.gametheory used by net.sf.genethello.gui
Move
          A move of game represented by an index on the board.
 


GeneThello Home

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