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
_
M
MACHINE
- Static variable in class net.sf.genethello.applet.
Constants
Computer player.
MACHINE
- Static variable in class net.sf.genethello.shared.
Constants
Computer player.
main(String[])
- Static method in class net.sf.genethello.ga.
Evolver
main(String[])
- Static method in class net.sf.genethello.game.
Game
main(String[])
- Static method in class net.sf.genethello.gui.
GenethelloGUI
main(String[])
- Static method in class net.sf.genethello.gui.
PatternCreator
main(String[])
- Static method in class net.sf.genethello.gui.
PlayerInfoCreator
mainRoutine(Move)
- Method in class net.sf.genethello.applet.
Game
Main routine of the game while using graphical user interface.
mainRoutine(Move)
- Method in class net.sf.genethello.game.
Game
Main routine of the game while using graphical user interface.
MAN
- Static variable in class net.sf.genethello.applet.
Constants
Human player.
MAN
- Static variable in class net.sf.genethello.shared.
Constants
Human player.
map(int, int, int)
- Method in class com.fmsware.gif.
NeuQuant
max
- Variable in class net.sf.genethello.applet.
ChromosomeCreator
Maximum value of features.
max
- Variable in class net.sf.genethello.applet.
Feature
Maximum value of feature.
max
- Variable in class net.sf.genethello.brain.
ChromosomeCreator
Maximum value of features.
max
- Variable in class net.sf.genethello.brain.
Feature
Maximum value of feature.
MAX_DEPTH
- Static variable in class net.sf.genethello.applet.
Constants
Maximum thinking depth
MAX_DEPTH
- Static variable in class net.sf.genethello.shared.
Constants
Maximum thinking depth
maxBoundaries
- Variable in class net.sf.genethello.applet.
Chromosome
Array of maximum phase boundaries int[phases + 1].
maxBoundaries
- Variable in class net.sf.genethello.brain.
Chromosome
Array of maximum phase boundaries int[phases + 1].
maxEnd
- Variable in class net.sf.genethello.applet.
ChromosomeCreator
Maximum value of end game step.
maxEnd
- Variable in class net.sf.genethello.brain.
ChromosomeCreator
Maximum value of end game step.
maxnetpos
- Static variable in class com.fmsware.gif.
NeuQuant
maxOpening
- Variable in class net.sf.genethello.applet.
ChromosomeCreator
Maximum value of opening game step.
maxOpening
- Variable in class net.sf.genethello.brain.
ChromosomeCreator
Maximum value of opening game step.
MaxStackSize
- Static variable in class com.fmsware.gif.
GifDecoder
min
- Variable in class net.sf.genethello.applet.
ChromosomeCreator
Minimum value of features.
min
- Variable in class net.sf.genethello.applet.
Feature
Minimum value of feature.
min
- Variable in class net.sf.genethello.brain.
ChromosomeCreator
Minimum value of features.
min
- Variable in class net.sf.genethello.brain.
Feature
Minimum value of feature.
minBoundaries
- Variable in class net.sf.genethello.applet.
Chromosome
Array of minimum phase boundaries int[phases + 1].
minBoundaries
- Variable in class net.sf.genethello.brain.
Chromosome
Array of minimum phase boundaries int[phases + 1].
minEnd
- Variable in class net.sf.genethello.applet.
ChromosomeCreator
Minimum value of end game step.
minEnd
- Variable in class net.sf.genethello.brain.
ChromosomeCreator
Minimum value of end game step.
minOpening
- Variable in class net.sf.genethello.applet.
ChromosomeCreator
Minimum value of opening game step.
minOpening
- Variable in class net.sf.genethello.brain.
ChromosomeCreator
Minimum value of opening game step.
minpicturebytes
- Static variable in class com.fmsware.gif.
NeuQuant
mouseClicked(int, int)
- Method in class net.sf.genethello.applet.
BoardPanel
Constructs move from mouse coordinates.
mouseClicked(int, int)
- Method in class net.sf.genethello.gui.
BoardPanel
Constructs move from mouse coordinates.
Move
- Class in
net.sf.genethello.applet.gametheory
A move of game represented by an index on the board.
Move(int)
- Constructor for class net.sf.genethello.applet.gametheory.
Move
Creates a new instance of Move
Move
- Class in
net.sf.genethello.gametheory
A move of game represented by an index on the board.
Move(int)
- Constructor for class net.sf.genethello.gametheory.
Move
Creates a new instance of Move
MoveComparator
- Class in
net.sf.genethello.gametheory
A comparator used to compare two rated moves.
MoveComparator()
- Constructor for class net.sf.genethello.gametheory.
MoveComparator
Creates a new instance of MoveComparator
moveLength
- Variable in class net.sf.genethello.applet.gametheory.
GameTheory
Number of valid moves.
moveLength
- Variable in class net.sf.genethello.gametheory.
GameTheory
Number of valid moves.
moveString(int, int)
- Static method in class net.sf.genethello.applet.
Game
Construct coordinate notation of move from column and row number, e.g.
moveString(int)
- Static method in class net.sf.genethello.applet.
Game
Construct coordinate notation of move from index of board, e.g.
moveString(int, int)
- Static method in class net.sf.genethello.game.
Game
Construct coordinate notation of move from column and row number, e.g.
moveString(int)
- Static method in class net.sf.genethello.game.
Game
Construct coordinate notation of move from index of board, e.g.
MTD(int, int)
- Method in class net.sf.genethello.applet.gametheory.
GameTheory
/** Searches game tree using Memory-enhanced Test Driver algorithm and transposition table.
MTD(int, int)
- Method in class net.sf.genethello.gametheory.
GameTheory
Searches game tree using Memory-enhanced Test Driver algorithm and transposition table.
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
_