GeneThello Home
A B C D E F G H I L M N O P R S T U V W Z _

G

Game - Class in net.sf.genethello.applet
Console program to play othello evolved using genetic algorithm.
Game(Chromosome, Chromosome, int, int, IMessage, boolean) - Constructor for class net.sf.genethello.applet.Game
Creates a new instance of Game.
Game - Class in net.sf.genethello.game
Console program to play othello evolved using genetic algorithm.
Game(Chromosome, Chromosome, int, int, IMessage, boolean, Connection) - Constructor for class net.sf.genethello.game.Game
Creates a new instance of Game.
GameTheory - Class in net.sf.genethello.applet.gametheory
A framework for running algorithms of game theory (minimax type) to search best move for a two players zero-sum game.
GameTheory() - Constructor for class net.sf.genethello.applet.gametheory.GameTheory
Creates a new instance of GameTheory
GameTheory - Class in net.sf.genethello.gametheory
A framework for running algorithms of game theory (minimax type) to search best move for a two players zero-sum game.
GameTheory() - Constructor for class net.sf.genethello.gametheory.GameTheory
Creates a new instance of GameTheory
gamma - Static variable in class com.fmsware.gif.NeuQuant
 
gammashift - Static variable in class com.fmsware.gif.NeuQuant
 
gct - Variable in class com.fmsware.gif.GifDecoder
 
gctFlag - Variable in class com.fmsware.gif.GifDecoder
 
gctSize - Variable in class com.fmsware.gif.GifDecoder
 
generate(int) - Method in class net.sf.genethello.applet.Board
Generates valid moves for current player.
Generate() - Method in class net.sf.genethello.applet.Brain
Generates array of valid moves.
Generate() - Method in class net.sf.genethello.applet.gametheory.GameTheory
Generates valid moves of next board position.
generate(int) - Method in interface net.sf.genethello.applet.IBoard
Generates valid moves for current player.
Generate() - Method in class net.sf.genethello.brain.Brain
Generates array of valid moves.
generate(int) - Method in class net.sf.genethello.game.Board
Generates valid moves for current player.
Generate() - Method in class net.sf.genethello.gametheory.GameTheory
Generates valid moves of next board position.
generate(int) - Method in interface net.sf.genethello.shared.IBoard
Generates valid moves for current player.
GENERATE_LENGTH - Static variable in class net.sf.genethello.applet.Constants
Maximum length of valid moves.
GENERATE_LENGTH - Static variable in class net.sf.genethello.shared.Constants
Maximum length of valid moves.
GENERATION - Static variable in class net.sf.genethello.ga.GFitnessFunction
Order of field 'generation' in insert/update population table.
GenethelloApplet - Class in net.sf.genethello.applet
Applet User Interface of GeneThello to play othello game.
GenethelloApplet() - Constructor for class net.sf.genethello.applet.GenethelloApplet
 
GenethelloGUI - Class in net.sf.genethello.gui
Graphical User Interface of GeneThello to play othello game.
GenethelloGUI(String, int, String, String, String, boolean) - Constructor for class net.sf.genethello.gui.GenethelloGUI
Creates new form GenethelloGUI.
getBestmove() - Method in class net.sf.genethello.applet.gametheory.GameTheory
Gets best move.
getBestmove() - Method in class net.sf.genethello.gametheory.GameTheory
Gets best move.
getBlackDepth() - Method in class net.sf.genethello.applet.Game
Gets thinking depth of black player.
getBlackDepth() - Method in class net.sf.genethello.game.Game
Gets thinking depth of black player.
getBlackTime() - Method in class net.sf.genethello.applet.Game
Gets time quota of black player in seconds.
getBlackTime() - Method in class net.sf.genethello.game.Game
Gets time quota of black player in seconds.
getBoard() - Method in class net.sf.genethello.applet.Game
Gets board.
getBoard() - Method in interface net.sf.genethello.applet.IGame
Gets board.
getBoard() - Method in class net.sf.genethello.game.Game
Gets board.
getBoard() - Method in interface net.sf.genethello.shared.IGame
Gets board.
getBoardSize() - Method in class net.sf.genethello.gui.AnimatedGifDialog
Get image width.
getBoundaries() - Method in class net.sf.genethello.applet.Chromosome
Gets the value of boundaries.
getBoundaries(int) - Method in class net.sf.genethello.applet.Chromosome
Gets the value of boundaries at specified index.
getBoundaries() - Method in class net.sf.genethello.brain.Chromosome
Gets the value of boundaries.
getBoundaries(int) - Method in class net.sf.genethello.brain.Chromosome
Gets the value of boundaries at specified index.
getChromosome() - Method in class net.sf.genethello.applet.Brain
Get the value of chromosome
getChromosome() - Method in class net.sf.genethello.brain.Brain
Get the value of chromosome
getCol(String) - Method in class net.sf.genethello.applet.Game
Gets column number from column notation, e.g.
getCol(String) - Method in class net.sf.genethello.game.Game
Gets column number from column notation, e.g.
getConnection() - Method in class net.sf.genethello.db.DbConnection
Gets a connection from connection pool.
getDefault() - Static method in class net.sf.genethello.applet.Logger
Gets default logger.
getDefault() - Static method in class net.sf.genethello.db.DbConnection
Gets default connection pool which is already connected to server.
getDefault(String, int, String, String, String) - Static method in class net.sf.genethello.db.DbConnection
Gets default connection pool to connect.
getDefault() - Static method in class net.sf.genethello.logger.Logger
Gets default logger.
getDelay(int) - Method in class com.fmsware.gif.GifDecoder
Gets display duration for specified frame.
getDelay() - Method in class net.sf.genethello.gui.AnimatedGifDialog
Get animation delay.
getDirectory(Class) - Static method in class net.sf.genethello.shared.ClassDirectory
Get the installation directory of the application
getDiscs(int) - Method in class net.sf.genethello.applet.Board
Gets number of discs.
getDiscs() - Method in class net.sf.genethello.applet.Board
Gets number of discs of both colors.
getDiscs(int) - Method in interface net.sf.genethello.applet.IBoard
Gets number of discs.
getDiscs() - Method in interface net.sf.genethello.applet.IBoard
Gets number of discs of both colors.
getDiscs(int) - Method in class net.sf.genethello.game.Board
Gets number of discs.
getDiscs() - Method in class net.sf.genethello.game.Board
Gets number of discs of both colors.
getDiscs(int) - Method in interface net.sf.genethello.shared.IBoard
Gets number of discs.
getDiscs() - Method in interface net.sf.genethello.shared.IBoard
Gets number of discs of both colors.
getElapsed() - Method in class net.sf.genethello.applet.Game
Gets thinking time of last move.
getElapsed() - Method in class net.sf.genethello.game.Game
Gets thinking time of last move.
getFeatures(int, int) - Method in class net.sf.genethello.applet.Chromosome
Gets the value of features.
getFeatures(int, int) - Method in class net.sf.genethello.brain.Chromosome
Gets the value of features.
getFlips() - Method in class net.sf.genethello.applet.Board
Gets the last number of flipped discs.
getFlips() - Method in class net.sf.genethello.applet.Game
Get the last number of flipped discs.
getFlips() - Method in interface net.sf.genethello.applet.IBoard
Gets the last number of flipped discs.
getFlips() - Method in class net.sf.genethello.game.Board
Gets the last number of flipped discs.
getFlips() - Method in class net.sf.genethello.game.Game
Get the last number of flipped discs.
getFlips() - Method in interface net.sf.genethello.shared.IBoard
Gets the last number of flipped discs.
getFrame(int) - Method in class com.fmsware.gif.GifDecoder
Gets the image contents of frame n.
getFrameCount() - Method in class com.fmsware.gif.GifDecoder
Gets the number of frames read from file.
getGlassPane() - Method in interface net.sf.genethello.applet.IMessage
 
getGlassPane() - Method in interface net.sf.genethello.shared.IMessage
 
getId() - Method in class net.sf.genethello.applet.Feature
Gets the value of id
getId() - Method in class net.sf.genethello.brain.Feature
Gets the value of id
getImage() - Method in class com.fmsware.gif.GifDecoder
Gets the first (or only) image read.
getImagePixels() - Method in class com.fmsware.gif.AnimatedGifEncoder
Extracts image pixels into byte array "pixels"
getLength() - Method in class net.sf.genethello.applet.Chromosome
Gets the value of length
getLength() - Method in class net.sf.genethello.brain.Chromosome
Gets the value of length
getLogger() - Method in class net.sf.genethello.applet.Logger
Gets logger
getLogger() - Method in class net.sf.genethello.logger.Logger
Gets logger
getLoopCount() - Method in class com.fmsware.gif.GifDecoder
Gets the "Netscape" iteration count, if any.
getMax() - Method in class net.sf.genethello.applet.ChromosomeCreator
Gets the value of max
getMax() - Method in class net.sf.genethello.applet.Feature
Gets the value of max
getMax() - Method in class net.sf.genethello.brain.ChromosomeCreator
Gets the value of max
getMax() - Method in class net.sf.genethello.brain.Feature
Gets the value of max
getMaxBoundaries(int) - Method in class net.sf.genethello.applet.Chromosome
Gets the value of maximum boundaries at specified index.
getMaxBoundaries(int) - Method in class net.sf.genethello.brain.Chromosome
Gets the value of maximum boundaries at specified index.
getMaxEnd() - Method in class net.sf.genethello.applet.ChromosomeCreator
Gets the value of maxEnd
getMaxEnd() - Method in class net.sf.genethello.brain.ChromosomeCreator
Gets the value of maxEnd
getMaxOpening() - Method in class net.sf.genethello.applet.ChromosomeCreator
Gets the value of maxOpening
getMaxOpening() - Method in class net.sf.genethello.brain.ChromosomeCreator
Gets the value of maxOpening
getMin() - Method in class net.sf.genethello.applet.ChromosomeCreator
Gets the value of min
getMin() - Method in class net.sf.genethello.applet.Feature
Gets the value of min
getMin() - Method in class net.sf.genethello.brain.ChromosomeCreator
Gets the value of min
getMin() - Method in class net.sf.genethello.brain.Feature
Gets the value of min
getMinBoundaries(int) - Method in class net.sf.genethello.applet.Chromosome
Gets the value of minimum boundaries at specified index.
getMinBoundaries(int) - Method in class net.sf.genethello.brain.Chromosome
Gets the value of minimum boundaries at specified index.
getMinEnd() - Method in class net.sf.genethello.applet.ChromosomeCreator
Gets the value of minEnd
getMinEnd() - Method in class net.sf.genethello.brain.ChromosomeCreator
Gets the value of minEnd
getMinOpening() - Method in class net.sf.genethello.applet.ChromosomeCreator
Gets the value of minOpening
getMinOpening() - Method in class net.sf.genethello.brain.ChromosomeCreator
Gets the value of minOpening
getMove() - Method in class net.sf.genethello.applet.BoardPanel
Gets move.
getMove(int) - Method in class net.sf.genethello.applet.Brain
Gets i'th move.
getMove(int) - Method in class net.sf.genethello.applet.gametheory.GameTheory
Gets i-th move from valid moves.
getMove(int) - Method in class net.sf.genethello.brain.Brain
Gets i'th move.
getMove(int) - Method in class net.sf.genethello.gametheory.GameTheory
Gets i-th move from valid moves.
getMove() - Method in class net.sf.genethello.gui.BoardPanel
Gets move.
getMoves(int) - Method in class net.sf.genethello.applet.Board
Gets index'th move from array of valid moves.
getMoves() - Method in class net.sf.genethello.applet.Board
Gets array of valid moves.
getMoves(int) - Method in interface net.sf.genethello.applet.IBoard
Gets index'th move from array of valid moves.
getMoves(int) - Method in class net.sf.genethello.game.Board
Gets index'th move from array of valid moves.
getMoves() - Method in class net.sf.genethello.game.Board
Gets array of valid moves.
getMoves(int) - Method in interface net.sf.genethello.shared.IBoard
Gets index'th move from array of valid moves.
getMovesUndoDepth() - Method in class net.sf.genethello.applet.Board
Gets depth of undo of valid moves.
getMovesUndoDepth() - Method in class net.sf.genethello.game.Board
Gets depth of undo of valid moves.
getPhases() - Method in class net.sf.genethello.applet.Chromosome
Gets the value of phases
getPhases() - Method in class net.sf.genethello.brain.Chromosome
Gets the value of phases
getPixels() - Method in class com.fmsware.gif.GifDecoder
Creates new frame image from current data (and previous frames as specified by their disposition codes).
getPlayer(int) - Method in class net.sf.genethello.applet.Game
Gets player (MAN or MACHINE) for each color (BLACK or WHITE)
getPlayer(int) - Method in class net.sf.genethello.game.Game
Gets player (MAN or MACHINE) for each color (BLACK or WHITE)
getRandomMove() - Method in class net.sf.genethello.applet.Brain
Gets random move from array of valid moves.
getRandomMove() - Method in class net.sf.genethello.brain.Brain
Gets random move from array of valid moves.
getRating() - Method in class net.sf.genethello.gametheory.RatedMove
Gets rating of the move.
getRepeat() - Method in class net.sf.genethello.gui.AnimatedGifDialog
Get repeat.
getResponse() - Method in class net.sf.genethello.gui.AnimatedGifDialog
Get response.
getResult() - Method in class net.sf.genethello.applet.Game
Gets result of game, positive value indicates black wins with result number of discs, otherwise white wins.
getResult() - Method in class net.sf.genethello.game.Game
Gets result of game, positive value indicates black wins with result number of discs, otherwise white wins.
getScore() - Method in class net.sf.genethello.applet.Game
Gets score of last best move.
getScore() - Method in class net.sf.genethello.game.Game
Gets score of last best move.
getSquares(int) - Method in class net.sf.genethello.applet.Board
Gets value of a square in board.
getSquares(int) - Method in interface net.sf.genethello.applet.IBoard
Gets value of a square in board.
getSquares(int) - Method in class net.sf.genethello.game.Board
Gets value of a square in board.
getSquares(int) - Method in interface net.sf.genethello.shared.IBoard
Gets value of a square in board.
getSquaresUndoDepth() - Method in class net.sf.genethello.applet.Board
Gets depth of undo of board simulation.
getSquaresUndoDepth() - Method in class net.sf.genethello.game.Board
Gets depth of undo of board simulation.
getStep() - Method in class net.sf.genethello.applet.Game
Gets number of step.
getStep() - Method in class net.sf.genethello.game.Game
Gets number of step.
getTotalDiscs() - Method in class net.sf.genethello.applet.Board
Gets total number of discs.
getTotalDiscs() - Method in interface net.sf.genethello.applet.IBoard
Gets total number of discs.
getTotalDiscs() - Method in class net.sf.genethello.game.Board
Gets total number of discs.
getTotalDiscs() - Method in interface net.sf.genethello.shared.IBoard
Gets total number of discs.
getTranscript() - Method in class net.sf.genethello.applet.Game
Gets transcript of game in matrix of moves, e.g.

(BLACK)(WHITE) d3c3 b3e3 ....
getTranscript() - Method in class net.sf.genethello.game.Game
Gets transcript of game in matrix of moves, e.g.

(BLACK)(WHITE) d3c3 b3e3 ....
getTurn() - Method in class net.sf.genethello.applet.Game
Gets current color fo player to turn.
getTurn() - Method in interface net.sf.genethello.applet.IGame
Gets current color fo player to turn.
getTurn() - Method in class net.sf.genethello.game.Game
Gets current color fo player to turn.
getTurn() - Method in interface net.sf.genethello.shared.IGame
Gets current color fo player to turn.
getValue() - Method in class net.sf.genethello.applet.Feature
Gets the value of value
getValue() - Method in class net.sf.genethello.brain.Feature
Gets the value of value
getWhiteDepth() - Method in class net.sf.genethello.applet.Game
Gets thinking depth of white player.
getWhiteDepth() - Method in class net.sf.genethello.game.Game
Gets thinking depth of white player.
getWhiteTime() - Method in class net.sf.genethello.applet.Game
Gets time quota of white player in seconds.
getWhiteTime() - Method in class net.sf.genethello.game.Game
Gets time quota of white player in seconds.
getZobristKey() - Method in class net.sf.genethello.applet.Board
Get Zobrist key, a long number reflecting a board position to be used for faster and more space efficient transposition tables and opening books.
getZobristKey() - Method in interface net.sf.genethello.applet.gametheory.Board
Get Zobrist key, a long number reflecting a board position to be used for faster and more space efficient transposition tables and opening books.

To use this feature, the following should be done: Declares transpositionMaxIndex to be (power of two) - 1 somewhere in program initialization.
e.g.
getZobristKey() - Method in class net.sf.genethello.game.Board
Get Zobrist key, a long number reflecting a board position to be used for faster and more space efficient transposition tables and opening books.
getZobristKey() - Method in interface net.sf.genethello.gametheory.Board
Get Zobrist key, a long number reflecting a board position to be used for faster and more space efficient transposition tables and opening books.

To use this feature, the following should be done: Declares transpositionMaxIndex to be (power of two) - 1 somewhere in program initialization.
e.g.
GFitnessFunction - Class in net.sf.genethello.ga
Fitness function for evaluating othello individuals in genetic algorithm.
GFitnessFunction(ChromosomeCreator, boolean, boolean, boolean) - Constructor for class net.sf.genethello.ga.GFitnessFunction
Creates new instance of fitness function.
GifDecoder - Class in com.fmsware.gif
Class GifDecoder - Decodes a GIF file into one or more frames.
GifDecoder() - Constructor for class com.fmsware.gif.GifDecoder
 

GeneThello Home
A B C D E F G H I L M N O P R S T U V W Z _
Get GeneThello: Genetic Othello at SourceForge.net. Fast, secure and Free Open Source software downloads