Overview
Package
Class
Use
Tree
Deprecated
Index
Help
GeneThello Home
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Z
_
T
takePatterns()
- Method in class net.sf.genethello.game.
Board
Stores all patterns in current board into several sets of pattern.
takePatterns()
- Method in interface net.sf.genethello.shared.
IBoard
Stores all patterns in current board into several sets of pattern.
thepicture
- Variable in class com.fmsware.gif.
NeuQuant
TimeManagement
- Class in
net.sf.genethello.applet
Class to manage thinking time based on remaining time quota and normal distribution along the step.
TimeManagement(long)
- Constructor for class net.sf.genethello.applet.
TimeManagement
Creates time management with thinking time quota.
TimeManagement
- Class in
net.sf.genethello.brain
Class to manage thinking time based on remaining time quota and normal distribution along the step.
TimeManagement(long)
- Constructor for class net.sf.genethello.brain.
TimeManagement
Creates time management with thinking time quota.
timesUp
- Variable in class net.sf.genethello.applet.gametheory.
GameTheory
Terminates searching process if time's up is true.
timesUp(long)
- Method in class net.sf.genethello.applet.
TimeManagement
Marks time is up if remaining step time is considered not enough.
timesUp(long)
- Method in class net.sf.genethello.brain.
TimeManagement
Marks time is up if remaining step time is considered not enough.
timesUp
- Variable in class net.sf.genethello.gametheory.
GameTheory
Terminates searching process if time's up is true.
toIntArray()
- Method in class net.sf.genethello.applet.
Board
Integer array representation of board.
toIntArray()
- Method in interface net.sf.genethello.applet.
IBoard
Integer array representation of board.
toIntArray()
- Method in class net.sf.genethello.game.
Board
Integer array representation of board.
toIntArray()
- Method in interface net.sf.genethello.shared.
IBoard
Integer array representation of board.
toJgapChromosome(Configuration)
- Method in class net.sf.genethello.brain.
Chromosome
JGAP representation of chromosome.
topCornerPattern()
- Method in class net.sf.genethello.applet.
Board
Constructs top corner pattern from current board.
topCornerPattern()
- Method in class net.sf.genethello.game.
Board
Constructs top corner pattern from current board.
topCornerValue()
- Method in class net.sf.genethello.applet.
Board
Calculates value of top corner pattern for BLACK disc.
topCornerValue()
- Method in class net.sf.genethello.game.
Board
Calculates value of top corner pattern for BLACK disc.
topCornerValues
- Static variable in class net.sf.genethello.applet.
PatternHouse
Value of top corner patterns.
topCornerValues
- Static variable in class net.sf.genethello.game.
PatternHouse
Value of top corner patterns.
topSidePattern()
- Method in class net.sf.genethello.applet.
Board
Constructs top side pattern from current board.
topSidePattern()
- Method in class net.sf.genethello.game.
Board
Constructs top side pattern from current board.
topSideValue()
- Method in class net.sf.genethello.applet.
Board
Calculates value of top side pattern for BLACK disc.
topSideValue()
- Method in class net.sf.genethello.game.
Board
Calculates value of top side pattern for BLACK disc.
topSideValues
- Static variable in class net.sf.genethello.applet.
PatternHouse
Value of top side patterns.
topSideValues
- Static variable in class net.sf.genethello.game.
PatternHouse
Value of top side patterns.
toString()
- Method in class net.sf.genethello.applet.
Board
String representation of board.
toString()
- Method in class net.sf.genethello.applet.
Chromosome
String representation of chromosome.
toString()
- Method in class net.sf.genethello.brain.
Chromosome
String representation of chromosome.
toString()
- Method in class net.sf.genethello.game.
Board
String representation of board.
toString()
- Method in class net.sf.genethello.gametheory.
RatedMove
toTranscript()
- Method in class net.sf.genethello.applet.
Game
Constructs transcript of game in string.
toTranscript()
- Method in class net.sf.genethello.game.
Game
Constructs transcript of game in string.
tournament(IChromosome, IChromosome, Connection)
- Method in class net.sf.genethello.ga.
GFitnessFunction
Performs a match between two othello individuals, then updates the ELO rating.
TRANSCRIPT_TAB
- Static variable in class net.sf.genethello.applet.
TranscriptDialog
Flag for transcript tab.
TRANSCRIPT_TAB
- Static variable in class net.sf.genethello.gui.
TranscriptDialog
Flag for transcript tab.
TranscriptDialog
- Class in
net.sf.genethello.applet
A dialog box to display game transcript.
TranscriptDialog
- Class in
net.sf.genethello.gui
A dialog box to display game transcript.
transIndex
- Variable in class com.fmsware.gif.
AnimatedGifEncoder
transIndex
- Variable in class com.fmsware.gif.
GifDecoder
transparency
- Variable in class com.fmsware.gif.
GifDecoder
transparent
- Variable in class com.fmsware.gif.
AnimatedGifEncoder
transpositionMaxIndex
- Variable in class net.sf.genethello.applet.gametheory.
GameTheory
Maximum index of transposition table, should be (power of two) - 1, so that the size is power of two.
transpositionMaxIndex
- Variable in class net.sf.genethello.gametheory.
GameTheory
Maximum index of transposition table, should be (power of two) - 1, so that the size is power of two.
transpositionTable
- Variable in class net.sf.genethello.applet.gametheory.
GameTheory
Array of TranspositionTable to hold transposition table.
To use this feature, the following should be done: Declares transpositionMaxIndex to be (power of two) - 1 somewhere in program initialization.
e.g.
TranspositionTable
- Class in
net.sf.genethello.applet.gametheory
Transposition table of game, a hash table of each of the positions analyzed so far up to a certain depth.
TranspositionTable()
- Constructor for class net.sf.genethello.applet.gametheory.
TranspositionTable
transpositionTable
- Variable in class net.sf.genethello.gametheory.
GameTheory
Array of TranspositionTable to hold transposition table.
To use this feature, the following should be done: Declares transpositionMaxIndex to be (power of two) - 1 somewhere in program initialization.
e.g.
TranspositionTable
- Class in
net.sf.genethello.gametheory
Transposition table of game, a hash table of each of the positions analyzed so far up to a certain depth.
TranspositionTable()
- Constructor for class net.sf.genethello.gametheory.
TranspositionTable
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
GeneThello Home
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Z
_