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
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.