net.sourceforge.cilib.neuralnetwork.foundation.epochstrategy
Class EmptyEpochStrategy
java.lang.Object
net.sourceforge.cilib.neuralnetwork.foundation.epochstrategy.EmptyEpochStrategy
- All Implemented Interfaces:
- EpochStrategy
public class EmptyEpochStrategy
- extends Object
- implements EpochStrategy
An epoch strategy for a Neural Network in which the epoch performs no actions
at all.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyEpochStrategy
public EmptyEpochStrategy()
performIteration
public void performIteration(EvaluationMediator evaluationMediator)
- Perform the iteration of the provided Neural Network.
- Specified by:
performIteration
in interface EpochStrategy
- Parameters:
evaluationMediator
- The Neural Network to perform the epoch on.
Copyright © 2009 CIRG. All Rights Reserved.