|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NeuralOutputInterpretationStrategy | |
---|---|
net.sourceforge.cilib.games.agent | |
net.sourceforge.cilib.games.agent.state.evaluation | |
net.sourceforge.cilib.games.game.predatorprey |
Uses of NeuralOutputInterpretationStrategy in net.sourceforge.cilib.games.agent |
---|
Fields in net.sourceforge.cilib.games.agent declared as NeuralOutputInterpretationStrategy | |
---|---|
protected NeuralOutputInterpretationStrategy |
NeuralAgent.outputInterpretationStrategy
|
Methods in net.sourceforge.cilib.games.agent that return NeuralOutputInterpretationStrategy | |
---|---|
NeuralOutputInterpretationStrategy |
NeuralAgent.getOutputInterpretationStrategy()
|
Methods in net.sourceforge.cilib.games.agent with parameters of type NeuralOutputInterpretationStrategy | |
---|---|
void |
NeuralAgent.setOutputInterpretationStrategy(NeuralOutputInterpretationStrategy outputInterpretationStrategy)
|
Uses of NeuralOutputInterpretationStrategy in net.sourceforge.cilib.games.agent.state.evaluation |
---|
Methods in net.sourceforge.cilib.games.agent.state.evaluation with parameters of type NeuralOutputInterpretationStrategy | |
---|---|
void |
NeuralStateEvaluator.setOutputInterpretationStrategy(NeuralOutputInterpretationStrategy outputStrategy)
The NeuralOutputInterpretationStrategy should not be set since this class funtions only as a state evaluator. |
Uses of NeuralOutputInterpretationStrategy in net.sourceforge.cilib.games.game.predatorprey |
---|
Subclasses of NeuralOutputInterpretationStrategy in net.sourceforge.cilib.games.game.predatorprey | |
---|---|
class |
NeuralPredatorOutputStrategy
|
class |
NeuralPreyOutputStrategy
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |