|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NeuralStateInputStrategy in net.sourceforge.cilib.games.agent |
---|
Fields in net.sourceforge.cilib.games.agent declared as NeuralStateInputStrategy | |
---|---|
protected NeuralStateInputStrategy |
NeuralAgent.stateInputStrategy
|
Methods in net.sourceforge.cilib.games.agent that return NeuralStateInputStrategy | |
---|---|
NeuralStateInputStrategy |
NeuralAgent.getStateInputStrategy()
|
Methods in net.sourceforge.cilib.games.agent with parameters of type NeuralStateInputStrategy | |
---|---|
void |
NeuralAgent.setStateInputStrategy(NeuralStateInputStrategy stateInputStrategy)
|
Uses of NeuralStateInputStrategy in net.sourceforge.cilib.games.agent.state.evaluation |
---|
Methods in net.sourceforge.cilib.games.agent.state.evaluation with parameters of type NeuralStateInputStrategy | |
---|---|
void |
NeuralStateEvaluator.setStateInputStrategy(NeuralStateInputStrategy inputStrategy)
|
Uses of NeuralStateInputStrategy in net.sourceforge.cilib.games.game.predatorprey |
---|
Subclasses of NeuralStateInputStrategy in net.sourceforge.cilib.games.game.predatorprey | |
---|---|
class |
PredatorPreyNeuralInputStrategy
|
Uses of NeuralStateInputStrategy in net.sourceforge.cilib.games.game.tetris |
---|
Subclasses of NeuralStateInputStrategy in net.sourceforge.cilib.games.game.tetris | |
---|---|
class |
TetrisFeaturesInputStrategy
This is a NeuralStateInputStrategy that gives certain specified features of a tetris game state as input to the Neural Network. |
Uses of NeuralStateInputStrategy in net.sourceforge.cilib.games.game.tictactoe |
---|
Subclasses of NeuralStateInputStrategy in net.sourceforge.cilib.games.game.tictactoe | |
---|---|
class |
TTTStateInputStrategy
This class is used to give a Neural Network a Tic Tac Toe game. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |