net.sourceforge.cilib.neuralnetwork.foundation
Interface TrainingStrategy

All Superinterfaces:
Initializable
All Known Implementing Classes:
FFNN_GD_TrainingStrategy, FFNNTrainingStrategy

public interface TrainingStrategy
extends Initializable

Author:
stefanv

Method Summary
 void invokeTrainer(Object args)
           
 void postEpochActions(Object args)
           
 void preEpochActions(Object args)
           
 void setTopology(NeuralNetworkTopology topo)
           
 
Methods inherited from interface net.sourceforge.cilib.neuralnetwork.foundation.Initializable
initialize
 

Method Detail

invokeTrainer

void invokeTrainer(Object args)

preEpochActions

void preEpochActions(Object args)

postEpochActions

void postEpochActions(Object args)

setTopology

void setTopology(NeuralNetworkTopology topo)


Copyright © 2009 CIRG. All Rights Reserved.