|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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 EvaluationMediatorpublic TypeList evaluate(NNPattern p)
evaluate in class EvaluationMediatorpublic OptimisationSolution getBestSolution()
Algorithm
getBestSolution in class EvaluationMediatorOptimisationSolution representing the best solution.public Algorithm getClone()
Algorithm
getClone in interface CloneablegetClone in class EvaluationMediatorObject.clone()public List<OptimisationSolution> getSolutions()
Algorithm
getSolutions in class EvaluationMediatorCollection<OptimisationSolution> containing the solutions.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||