|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.cilib.neuralnetwork.foundation.NeuralNetworkProblem
@Deprecated public class NeuralNetworkProblem
| Field Summary | |
|---|---|
protected EvaluationMediator |
evaluationStrategy
Deprecated. |
protected int |
fitnessEvaluations
Deprecated. |
| Constructor Summary | |
|---|---|
NeuralNetworkProblem()
Deprecated. |
|
NeuralNetworkProblem(NeuralNetworkProblem rhs)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
accept(ProblemVisitor visitor)
Deprecated. Accept the provided Visitor and
perform the Visitor.visit(Object) method. |
void |
changeEnvironment()
Deprecated. Change the environment. |
TypeList |
evaluate(Vector in)
Deprecated. |
DomainRegistry |
getBehaviouralDomain()
Deprecated. Returns the domain component that describes the search space of the needed behavioral characteristics of the problem. |
NeuralNetworkProblem |
getClone()
Deprecated. Create a cloned copy of the current object and return it. |
DataSetBuilder |
getDataSetBuilder()
Deprecated. Get the associated DataSetBuilder. |
DomainRegistry |
getDomain()
Deprecated. Returns the domain component that describes the search space for this problem. |
EvaluationMediator |
getEvaluationStrategy()
Deprecated. |
Fitness |
getFitness(Type solution,
boolean count)
Deprecated. Returns the fitness of a potential solution to this problem. |
int |
getFitnessEvaluations()
Deprecated. Returns the number of times the underlying fitness function has been evaluated. |
NeuralNetworkTopology |
getTopology()
Deprecated. |
void |
initialize()
Deprecated. |
NNError[] |
learningEpoch()
Deprecated. |
void |
setDataSetBuilder(DataSetBuilder dataSetBuilder)
Deprecated. Set the DataSetBuilder for this
optimistion problem. |
void |
setEvaluationStrategy(EvaluationMediator evaluationStrategy)
Deprecated. |
void |
setTopology(NeuralNetworkTopology topology)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int fitnessEvaluations
protected EvaluationMediator evaluationStrategy
| Constructor Detail |
|---|
public NeuralNetworkProblem()
public NeuralNetworkProblem(NeuralNetworkProblem rhs)
| Method Detail |
|---|
public NeuralNetworkProblem getClone()
OptimisationProblem
getClone in interface OptimisationProblemgetClone in interface ProblemgetClone in interface CloneableObject.clone()public void initialize()
initialize in interface Initializablepublic NNError[] learningEpoch()
public TypeList evaluate(Vector in)
public Fitness getFitness(Type solution,
boolean count)
OptimisationProblemOptimisationProblem.getDomain(). An instance of
InferiorFitness should be returned if the solution
falls outside the search space of this problem.
getFitness in interface OptimisationProblemsolution - The potential solution found by the optimisation algorithm.count - True if this call should contribute to the fitness evaluation count, see OptimisationProblem.getFitnessEvaluations().
public int getFitnessEvaluations()
OptimisationProblem
getFitnessEvaluations in interface OptimisationProblempublic NeuralNetworkTopology getTopology()
public void setTopology(NeuralNetworkTopology topology)
public EvaluationMediator getEvaluationStrategy()
public DomainRegistry getDomain()
OptimisationProblem
getDomain in interface OptimisationProblemDomainRegistry object representing the search space.public DomainRegistry getBehaviouralDomain()
OptimisationProblem
getBehaviouralDomain in interface OptimisationProblempublic void setEvaluationStrategy(EvaluationMediator evaluationStrategy)
public DataSetBuilder getDataSetBuilder()
OptimisationProblemDataSetBuilder.
getDataSetBuilder in interface OptimisationProblemDataSetBuilder.public void setDataSetBuilder(DataSetBuilder dataSetBuilder)
OptimisationProblemDataSetBuilder for this
optimistion problem.
setDataSetBuilder in interface OptimisationProblemdataSetBuilder - The DataSetBuilder
to be set on the current OptimisationProblem.public void accept(ProblemVisitor visitor)
OptimisationProblemVisitor and
perform the Visitor.visit(Object) method.
accept in interface OptimisationProblemvisitor - The visitor which has operations to perform.public void changeEnvironment()
Problem
changeEnvironment in interface Problem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||