net.sourceforge.cilib.neuralnetwork.foundation.epochstrategy
Interface EpochStrategy

All Known Implementing Classes:
BatchTrainingSetEpochStrategy, EmptyEpochStrategy, StochasticTrainingGeneralisationEpochStrategy

public interface EpochStrategy

Define the epoch strategy to be used within a Neural Network.


Method Summary
 void performIteration(EvaluationMediator evaluationMediator)
          Perform the iteration of the provided Neural Network.
 

Method Detail

performIteration

void performIteration(EvaluationMediator evaluationMediator)
Perform the iteration of the provided Neural Network.

Parameters:
evaluationMediator - The Neural Network to perform the epoch on.


Copyright © 2009 CIRG. All Rights Reserved.