net.sourceforge.cilib.neuralnetwork.foundation.epochstrategy
Class EmptyEpochStrategy

java.lang.Object
  extended by 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.


Constructor Summary
EmptyEpochStrategy()
           
 
Method Summary
 void performIteration(EvaluationMediator evaluationMediator)
          Perform the iteration of the provided Neural Network.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyEpochStrategy

public EmptyEpochStrategy()
Method Detail

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.