Uses of Package
net.sourceforge.cilib.problem

Packages that use net.sourceforge.cilib.problem
net.sourceforge.cilib.algorithm The Algorithm package provides the generic algorithm foundation for all Algorithm instances. 
net.sourceforge.cilib.algorithm.initialisation   
net.sourceforge.cilib.algorithm.population   
net.sourceforge.cilib.bioinf.rnaprediction   
net.sourceforge.cilib.bioinf.sequencealignment   
net.sourceforge.cilib.boa   
net.sourceforge.cilib.boa.bee   
net.sourceforge.cilib.clustering.kmeans   
net.sourceforge.cilib.coevolution   
net.sourceforge.cilib.coevolution.competitors   
net.sourceforge.cilib.coevolution.score   
net.sourceforge.cilib.coevolution.score.fitnesscalculation   
net.sourceforge.cilib.cooperative   
net.sourceforge.cilib.cooperative.fitnessupdatestrategies   
net.sourceforge.cilib.cooperative.splitstrategies   
net.sourceforge.cilib.ec   
net.sourceforge.cilib.entity   
net.sourceforge.cilib.functions.continuous.dynamic.moo.fda1   
net.sourceforge.cilib.functions.continuous.dynamic.moo.fda2   
net.sourceforge.cilib.functions.discrete   
net.sourceforge.cilib.games.agent   
net.sourceforge.cilib.games.game   
net.sourceforge.cilib.hs   
net.sourceforge.cilib.moo.archive   
net.sourceforge.cilib.moo.archive.constrained   
net.sourceforge.cilib.moo.archive.solutionweighing   
net.sourceforge.cilib.moo.archive.unconstrained   
net.sourceforge.cilib.moo.criterion   
net.sourceforge.cilib.moo.criterion.objectiveassignmentstrategies   
net.sourceforge.cilib.neuralnetwork.foundation   
net.sourceforge.cilib.neuralnetwork.generic.errorfunctions   
net.sourceforge.cilib.neuralnetwork.generic.evaluationmediators   
net.sourceforge.cilib.problem   
net.sourceforge.cilib.problem.changestrategy Dynamic environments need to know when it should be applicable to change the problem. 
net.sourceforge.cilib.problem.coevolution   
net.sourceforge.cilib.problem.mappingproblem   
net.sourceforge.cilib.pso   
net.sourceforge.cilib.pso.dynamic   
net.sourceforge.cilib.pso.niching   
net.sourceforge.cilib.pso.particle   
net.sourceforge.cilib.pso.particle.initialisation   
net.sourceforge.cilib.pso.positionupdatestrategies   
net.sourceforge.cilib.pso.velocityupdatestrategies   
net.sourceforge.cilib.simulator   
net.sourceforge.cilib.util   
net.sourceforge.cilib.util.calculator   
net.sourceforge.cilib.util.selection.weighing.entity   
net.sourceforge.cilib.xml   
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.algorithm
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
GradientOptimisationProblem
          Optimisation problems that are able to provide gradient information should implement this interface.
OptimisationProblem
           Optimisation problems are characterized by a domain that specifies the search space and a fitness given a potential solution.
OptimisationSolution
          This class represents a solution to an OptimisationProblem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.algorithm.initialisation
OptimisationProblem
           Optimisation problems are characterized by a domain that specifies the search space and a fitness given a potential solution.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.algorithm.population
OptimisationSolution
          This class represents a solution to an OptimisationProblem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.bioinf.rnaprediction
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
OptimisationProblem
           Optimisation problems are characterized by a domain that specifies the search space and a fitness given a potential solution.
OptimisationProblemAdapter
           This is a convenience class that keeps track of the number of fitness evaluations.
Problem
          This is a common abstraction for all problem classes.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.bioinf.sequencealignment
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
OptimisationProblem
           Optimisation problems are characterized by a domain that specifies the search space and a fitness given a potential solution.
OptimisationProblemAdapter
           This is a convenience class that keeps track of the number of fitness evaluations.
Problem
          This is a common abstraction for all problem classes.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.boa
OptimisationSolution
          This class represents a solution to an OptimisationProblem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.boa.bee
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
OptimisationProblem
           Optimisation problems are characterized by a domain that specifies the search space and a fitness given a potential solution.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.clustering.kmeans
ClusteringProblem
           This class is used to setup/configure a problem that is capable of clustering the data in a dataset, more specifically the data contained in an AssociatedPairDataSetBuilder.
OptimisationSolution
          This class represents a solution to an OptimisationProblem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.coevolution
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
OptimisationProblem
           Optimisation problems are characterized by a domain that specifies the search space and a fitness given a potential solution.
OptimisationSolution
          This class represents a solution to an OptimisationProblem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.coevolution.competitors
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.coevolution.score
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.coevolution.score.fitnesscalculation
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.cooperative
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
OptimisationProblem
           Optimisation problems are characterized by a domain that specifies the search space and a fitness given a potential solution.
OptimisationSolution
          This class represents a solution to an OptimisationProblem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.cooperative.fitnessupdatestrategies
OptimisationProblem
           Optimisation problems are characterized by a domain that specifies the search space and a fitness given a potential solution.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.cooperative.splitstrategies
OptimisationProblem
           Optimisation problems are characterized by a domain that specifies the search space and a fitness given a potential solution.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.ec
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
OptimisationProblem
           Optimisation problems are characterized by a domain that specifies the search space and a fitness given a potential solution.
OptimisationSolution
          This class represents a solution to an OptimisationProblem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.entity
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
OptimisationProblem
           Optimisation problems are characterized by a domain that specifies the search space and a fitness given a potential solution.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.functions.continuous.dynamic.moo.fda1
FunctionMinimisationProblem
          An implementation of OptimisationProblemAdapter that can be used to find the minimum of any Function.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.functions.continuous.dynamic.moo.fda2
FunctionMinimisationProblem
          An implementation of OptimisationProblemAdapter that can be used to find the minimum of any Function.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.functions.discrete
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
OptimisationProblem
           Optimisation problems are characterized by a domain that specifies the search space and a fitness given a potential solution.
OptimisationProblemAdapter
           This is a convenience class that keeps track of the number of fitness evaluations.
Problem
          This is a common abstraction for all problem classes.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.games.agent
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.games.game
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.hs
OptimisationSolution
          This class represents a solution to an OptimisationProblem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.moo.archive
OptimisationSolution
          This class represents a solution to an OptimisationProblem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.moo.archive.constrained
OptimisationSolution
          This class represents a solution to an OptimisationProblem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.moo.archive.solutionweighing
OptimisationSolution
          This class represents a solution to an OptimisationProblem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.moo.archive.unconstrained
OptimisationSolution
          This class represents a solution to an OptimisationProblem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.moo.criterion
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
MOOptimisationProblem
           
OptimisationProblem
           Optimisation problems are characterized by a domain that specifies the search space and a fitness given a potential solution.
OptimisationProblemAdapter
           This is a convenience class that keeps track of the number of fitness evaluations.
Problem
          This is a common abstraction for all problem classes.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.moo.criterion.objectiveassignmentstrategies
MOOptimisationProblem
           
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.neuralnetwork.foundation
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
OptimisationProblem
           Optimisation problems are characterized by a domain that specifies the search space and a fitness given a potential solution.
OptimisationSolution
          This class represents a solution to an OptimisationProblem.
Problem
          This is a common abstraction for all problem classes.
ProblemVisitor
           
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.neuralnetwork.generic.errorfunctions
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.neuralnetwork.generic.evaluationmediators
OptimisationSolution
          This class represents a solution to an OptimisationProblem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.problem
ClusteringProblem
           This class is used to setup/configure a problem that is capable of clustering the data in a dataset, more specifically the data contained in an AssociatedPairDataSetBuilder.
CooperativeOptimisationProblemAdapter
          TODO test this class.
DiscreteOptimisationProblem
          This class further extends the logical separation between a standard type of problem, usually placed in the real valued space, to enable Discrete problems.
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
FunctionLearningProblem
           
FunctionMaximisationProblem
           
FunctionMinimisationProblem
          An implementation of OptimisationProblemAdapter that can be used to find the minimum of any Function.
FunctionOptimisationProblem
          This class serves as a base class for function optimisation problems using a Function.
GradientOptimisationProblem
          Optimisation problems that are able to provide gradient information should implement this interface.
InferiorFitness
          This class is used to represent a fitness value that is always inferior.
MaximisationFitness
           
MinimisationFitness
          This class implements the Comparable interface for a minimisation problem.
MOFitness
           
MOOptimisationProblem
           
OptimisationProblem
           Optimisation problems are characterized by a domain that specifies the search space and a fitness given a potential solution.
OptimisationProblemAdapter
           This is a convenience class that keeps track of the number of fitness evaluations.
OptimisationSolution
          This class represents a solution to an OptimisationProblem.
Problem
          This is a common abstraction for all problem classes.
ProblemVisitor
           
Solution
          This is a common abstraction for all solution classes.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.problem.changestrategy
Problem
          This is a common abstraction for all problem classes.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.problem.coevolution
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
OptimisationProblem
           Optimisation problems are characterized by a domain that specifies the search space and a fitness given a potential solution.
OptimisationProblemAdapter
           This is a convenience class that keeps track of the number of fitness evaluations.
Problem
          This is a common abstraction for all problem classes.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.problem.mappingproblem
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
OptimisationProblem
           Optimisation problems are characterized by a domain that specifies the search space and a fitness given a potential solution.
OptimisationProblemAdapter
           This is a convenience class that keeps track of the number of fitness evaluations.
Problem
          This is a common abstraction for all problem classes.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.pso
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
GradientOptimisationProblem
          Optimisation problems that are able to provide gradient information should implement this interface.
OptimisationSolution
          This class represents a solution to an OptimisationProblem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.pso.dynamic
OptimisationProblem
           Optimisation problems are characterized by a domain that specifies the search space and a fitness given a potential solution.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.pso.niching
OptimisationSolution
          This class represents a solution to an OptimisationProblem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.pso.particle
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
OptimisationProblem
           Optimisation problems are characterized by a domain that specifies the search space and a fitness given a potential solution.
OptimisationProblemAdapter
           This is a convenience class that keeps track of the number of fitness evaluations.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.pso.particle.initialisation
OptimisationProblem
           Optimisation problems are characterized by a domain that specifies the search space and a fitness given a potential solution.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.pso.positionupdatestrategies
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.pso.velocityupdatestrategies
GradientOptimisationProblem
          Optimisation problems that are able to provide gradient information should implement this interface.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.simulator
ProblemFactory
           A factory used to produce a Problem must satisfy this interface.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.util
ClusteringProblem
           This class is used to setup/configure a problem that is capable of clustering the data in a dataset, more specifically the data contained in an AssociatedPairDataSetBuilder.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.util.calculator
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.util.selection.weighing.entity
Fitness
          This interface is an abstraction for the fitness of a solution to an optimisation problem.
 

Classes in net.sourceforge.cilib.problem used by net.sourceforge.cilib.xml
Problem
          This is a common abstraction for all problem classes.
ProblemFactory
           A factory used to produce a Problem must satisfy this interface.
 



Copyright © 2009 CIRG. All Rights Reserved.