Uses of Class
net.sourceforge.cilib.games.agent.neural.NeuralStateInputStrategy

Packages that use NeuralStateInputStrategy
net.sourceforge.cilib.games.agent   
net.sourceforge.cilib.games.agent.state.evaluation   
net.sourceforge.cilib.games.game.predatorprey   
net.sourceforge.cilib.games.game.tetris   
net.sourceforge.cilib.games.game.tictactoe   
 

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.
 



Copyright © 2009 CIRG. All Rights Reserved.