Uses of Class
net.sourceforge.cilib.games.agent.NeuralAgent

Packages that use NeuralAgent
net.sourceforge.cilib.games.agent   
net.sourceforge.cilib.games.agent.neural   
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 NeuralAgent in net.sourceforge.cilib.games.agent
 

Constructors in net.sourceforge.cilib.games.agent with parameters of type NeuralAgent
NeuralAgent(NeuralAgent other)
           
 

Uses of NeuralAgent in net.sourceforge.cilib.games.agent.neural
 

Methods in net.sourceforge.cilib.games.agent.neural with parameters of type NeuralAgent
abstract  Vector NeuralStateInputStrategy.getNeuralInputArray(NeuralAgent currentPlayer, Game<GameState> state)
          Get an input vector for the given game state
 

Uses of NeuralAgent in net.sourceforge.cilib.games.agent.state.evaluation
 

Subclasses of NeuralAgent in net.sourceforge.cilib.games.agent.state.evaluation
 class NeuralStateEvaluator
           
 

Uses of NeuralAgent in net.sourceforge.cilib.games.game.predatorprey
 

Methods in net.sourceforge.cilib.games.game.predatorprey with parameters of type NeuralAgent
 Vector PredatorPreyNeuralInputStrategy.getNeuralInputArray(NeuralAgent currentPlayer, Game state)
          Get an input vector for the given game state
 

Uses of NeuralAgent in net.sourceforge.cilib.games.game.tetris
 

Methods in net.sourceforge.cilib.games.game.tetris with parameters of type NeuralAgent
 Vector TetrisFeaturesInputStrategy.getNeuralInputArray(NeuralAgent currentPlayer, Game state)
          Get an input vector for the given game state
 

Uses of NeuralAgent in net.sourceforge.cilib.games.game.tictactoe
 

Methods in net.sourceforge.cilib.games.game.tictactoe with parameters of type NeuralAgent
 Vector TTTStateInputStrategy.getNeuralInputArray(NeuralAgent currentPlayer, Game state)
          Get an input vector for the given game state
 



Copyright © 2009 CIRG. All Rights Reserved.