|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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 OptimisationProblem
getClone
in interface Problem
getClone
in interface Cloneable
Object.clone()
public void initialize()
initialize
in interface Initializable
public NNError[] learningEpoch()
public TypeList evaluate(Vector in)
public Fitness getFitness(Type solution, boolean count)
OptimisationProblem
OptimisationProblem.getDomain()
. An instance of
InferiorFitness
should be returned if the solution
falls outside the search space of this problem.
getFitness
in interface OptimisationProblem
solution
- 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 OptimisationProblem
public NeuralNetworkTopology getTopology()
public void setTopology(NeuralNetworkTopology topology)
public EvaluationMediator getEvaluationStrategy()
public DomainRegistry getDomain()
OptimisationProblem
getDomain
in interface OptimisationProblem
DomainRegistry
object representing the search space.public DomainRegistry getBehaviouralDomain()
OptimisationProblem
getBehaviouralDomain
in interface OptimisationProblem
public void setEvaluationStrategy(EvaluationMediator evaluationStrategy)
public DataSetBuilder getDataSetBuilder()
OptimisationProblem
DataSetBuilder
.
getDataSetBuilder
in interface OptimisationProblem
DataSetBuilder
.public void setDataSetBuilder(DataSetBuilder dataSetBuilder)
OptimisationProblem
DataSetBuilder
for this
optimistion problem
.
setDataSetBuilder
in interface OptimisationProblem
dataSetBuilder
- The DataSetBuilder
to be set on the current OptimisationProblem
.public void accept(ProblemVisitor visitor)
OptimisationProblem
Visitor
and
perform the Visitor.visit(Object)
method.
accept
in interface OptimisationProblem
visitor
- 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 |