Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
D
de.htwdd.rosenkoenig
- package de.htwdd.rosenkoenig
de.htwdd.rosenkoenig
is the basic package of the
Rosenkoenig
project.
de.htwdd.rosenkoenig.ga
- package de.htwdd.rosenkoenig.ga
Contains a Genetic Algorithm to determine an appropriate structure of a Neural Network that could be applied to an artificial player.
de.htwdd.rosenkoenig.game
- package de.htwdd.rosenkoenig.game
This packages contains all classes that implement the "business logic" of
Rosenkoenig
.
de.htwdd.rosenkoenig.gui
- package de.htwdd.rosenkoenig.gui
All classes that have to do anything with user interaction or game in- and outputs are located here.
de.htwdd.rosenkoenig.gui.genuts
- package de.htwdd.rosenkoenig.gui.genuts
This package contains a GUI implementation based on the Java gui framework
Genuts
.
de.htwdd.rosenkoenig.neuro
- package de.htwdd.rosenkoenig.neuro
Contains all parts of
Rosenkoenig
that deal with neural networks.
de.htwdd.rosenkoenig.neuro.net
- package de.htwdd.rosenkoenig.neuro.net
The package
net
contains implementations, examples and utilities to create and train neural networks.
de.htwdd.rosenkoenig.neuro.net.examples
- package de.htwdd.rosenkoenig.neuro.net.examples
This package contains a number of examples to demonstrate the use of the different neural network classes.
de.htwdd.rosenkoenig.neuro.net.training
- package de.htwdd.rosenkoenig.neuro.net.training
This package contains classes to train neural networks.
de.htwdd.rosenkoenig.util
- package de.htwdd.rosenkoenig.util
Some utility classes are located in this package.
deactivate()
- Method in class de.htwdd.rosenkoenig.gui.genuts.
Name
Changes the letter color to black.
deck
- Variable in class de.htwdd.rosenkoenig.gui.genuts.
DrawDeck
decks
- Variable in class de.htwdd.rosenkoenig.gui.genuts.
GenutsGUI
deltaW
- Variable in class de.htwdd.rosenkoenig.neuro.net.
Synapse
The weight change for the connection.
deltaWTmp
- Variable in class de.htwdd.rosenkoenig.neuro.net.
Synapse
The temporary weight change.
desiredOutput
- Variable in class de.htwdd.rosenkoenig.neuro.net.training.
Pattern
digits
- Variable in class de.htwdd.rosenkoenig.gui.genuts.
Counter
digitsChange
- Variable in class de.htwdd.rosenkoenig.gui.genuts.
Counter
directions
- Static variable in class de.htwdd.rosenkoenig.game.
Game
These are the constants for the coding of the directions of the cards.
directory
- Variable in class de.htwdd.rosenkoenig.neuro.
PatternCreator
Internal variable used to store the directory the files containing the net feed.
disablePlayer(Color)
- Method in class de.htwdd.rosenkoenig.gui.
GameLogger
Disables all controls of a single player.
disablePlayer(Color)
- Method in class de.htwdd.rosenkoenig.gui.genuts.
GenutsGUI
Disables all controls of a single player.
disablePlayer(Color)
- Method in interface de.htwdd.rosenkoenig.gui.
GUI
Disables all controls of a single player.
DIST
- Static variable in class de.htwdd.rosenkoenig.gui.genuts.
Counter
distance
- Static variable in class de.htwdd.rosenkoenig.game.
Game
These constants are used to code the distance of a card.
DISTANCE
- Static variable in class de.htwdd.rosenkoenig.gui.genuts.
GenutsGUI
drawCard
- Variable in class de.htwdd.rosenkoenig.neuro.
PatternCreator
This boolean persists the state of the drawCard stack.
drawDeck
- Variable in class de.htwdd.rosenkoenig.game.
Game
DrawDeck
- Class in
de.htwdd.rosenkoenig.gui.genuts
This class represents the draw deck.
DrawDeck(Game, PlayField)
- Constructor for class de.htwdd.rosenkoenig.gui.genuts.
DrawDeck
Creates a new DrawDeck.
drawDeck
- Variable in class de.htwdd.rosenkoenig.gui.genuts.
GenutsGUI
drawDeckSelected()
- Method in interface de.htwdd.rosenkoenig.game.
GameObserver
This function is called whenever the player drew a card.
drawDeckSelected()
- Method in class de.htwdd.rosenkoenig.gui.
GameLogger
This function is called whenever the player drew a card.
drawDeckSelected()
- Method in class de.htwdd.rosenkoenig.neuro.
PatternCreator
Persist that user selected the drawCards deck and set the played card to -1 (no card played).
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y