|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.algorithm.Algorithm net.sourceforge.cilib.algorithm.SingularAlgorithm net.sourceforge.cilib.neuralnetwork.foundation.EvaluationMediator net.sourceforge.cilib.neuralnetwork.generic.evaluationmediators.FFNNEvaluationMediator
@Deprecated public class FFNNEvaluationMediator
Field Summary | |
---|---|
protected NeuralNetworkDataIterator |
iteratorDg
Deprecated. |
protected NeuralNetworkDataIterator |
iteratorDt
Deprecated. |
Fields inherited from class net.sourceforge.cilib.neuralnetwork.foundation.EvaluationMediator |
---|
data, errorDg, errorDt, errorDv, nrEvaluationsPerEpoch, prototypeError, topology, totalEvaluations, trainer |
Fields inherited from class net.sourceforge.cilib.algorithm.Algorithm |
---|
optimisationProblem |
Constructor Summary | |
---|---|
FFNNEvaluationMediator()
Deprecated. |
Method Summary | |
---|---|
void |
algorithmIteration()
Deprecated. The actual operations that the current Algorithm performs within a single iteration. |
TypeList |
evaluate(NNPattern p)
Deprecated. |
OptimisationSolution |
getBestSolution()
Deprecated. Get the best current solution. |
Algorithm |
getClone()
Deprecated. Create a cloned copy of the current object and return it. |
List<OptimisationSolution> |
getSolutions()
Deprecated. Get the collection of best solutions. |
void |
initialize()
Deprecated. |
Methods inherited from class net.sourceforge.cilib.neuralnetwork.foundation.EvaluationMediator |
---|
addPrototypError, computeErrorIteration, finaliseErrors, getData, getEpochStrategy, getErrorDg, getErrorDt, getErrorDv, getNrEvaluationsPerEpoch, getPrototypeError, getTopology, getTotalEvaluations, getTrainer, incrementEvaluationsPerEpoch, performInitialisation, performLearning, resetError, setData, setEpochStrategy, setErrorDg, setErrorDt, setErrorDv, setErrorNoOutputs, setErrorNoPatterns, setTopology, setTrainer |
Methods inherited from class net.sourceforge.cilib.algorithm.Algorithm |
---|
addAlgorithmListener, addStoppingCondition, get, getAlgorithmList, getIterations, getOptimisationProblem, getPercentageComplete, getStoppingConditions, initialise, isFinished, performIteration, performUninitialisation, removeAlgorithmListener, removeStoppingCondition, reset, run, setOptimisationProblem, terminate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected NeuralNetworkDataIterator iteratorDt
protected NeuralNetworkDataIterator iteratorDg
Constructor Detail |
---|
public FFNNEvaluationMediator()
Method Detail |
---|
public void initialize()
public void algorithmIteration()
SingularAlgorithm
algorithmIteration
in class EvaluationMediator
public TypeList evaluate(NNPattern p)
evaluate
in class EvaluationMediator
public OptimisationSolution getBestSolution()
Algorithm
getBestSolution
in class EvaluationMediator
OptimisationSolution
representing the best solution.public Algorithm getClone()
Algorithm
getClone
in interface Cloneable
getClone
in class EvaluationMediator
Object.clone()
public List<OptimisationSolution> getSolutions()
Algorithm
getSolutions
in class EvaluationMediator
Collection<OptimisationSolution>
containing the solutions.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |