Uses of Class
net.sourceforge.cilib.problem.FunctionMinimisationProblem

Packages that use FunctionMinimisationProblem
net.sourceforge.cilib.functions.continuous.dynamic.moo.fda1   
net.sourceforge.cilib.functions.continuous.dynamic.moo.fda2   
net.sourceforge.cilib.problem   
 

Uses of FunctionMinimisationProblem in net.sourceforge.cilib.functions.continuous.dynamic.moo.fda1
 

Methods in net.sourceforge.cilib.functions.continuous.dynamic.moo.fda1 that return FunctionMinimisationProblem
 FunctionMinimisationProblem FDA1_h.getFDA1_f_problem()
          returns the problem used to set the f1 function
 FunctionMinimisationProblem FDA1_h.getFDA1_g_problem()
          returns the problem used to set the g function
 FunctionMinimisationProblem FDA1_f2.getFDA1_g_problem()
          returns the problem used to set the g function
 FunctionMinimisationProblem FDA1_f2.getFDA1_h_problem()
          returns the problem used to set the h function
 

Methods in net.sourceforge.cilib.functions.continuous.dynamic.moo.fda1 with parameters of type FunctionMinimisationProblem
 void FDA1_h.setFDA1_f(FunctionMinimisationProblem problem)
          Sets the f1 function that is used in FDA1 problem
 void FDA1_h.setFDA1_g(FunctionMinimisationProblem problem)
          Sets the g function that is used in FDA1 problem
 void FDA1_f2.setFDA1_g(FunctionMinimisationProblem problem)
          Sets the g function
 void FDA1_f2.setFDA1_h(FunctionMinimisationProblem problem)
          Sets the h function
 

Uses of FunctionMinimisationProblem in net.sourceforge.cilib.functions.continuous.dynamic.moo.fda2
 

Methods in net.sourceforge.cilib.functions.continuous.dynamic.moo.fda2 that return FunctionMinimisationProblem
 FunctionMinimisationProblem FDA2_h.getFDA2_f_problem()
          Returns the problem used to set the f function
 FunctionMinimisationProblem FDA2_f2.getFDA2_g_problem()
          returns the problem used to set the g function
 FunctionMinimisationProblem FDA2_h.getFDA2_g_problem()
          Returns function used to set g function
 FunctionMinimisationProblem FDA2_f2.getFDA2_h_problem()
          returns the problem used to set the h function
 

Methods in net.sourceforge.cilib.functions.continuous.dynamic.moo.fda2 with parameters of type FunctionMinimisationProblem
 void FDA2_h.setFDA2_f(FunctionMinimisationProblem problem)
          Sets the f function used with FDA2 problem
 void FDA2_f2.setFDA2_g(FunctionMinimisationProblem problem)
          Sets the g function
 void FDA2_h.setFDA2_g(FunctionMinimisationProblem problem)
          Sets the g function used in FDA2 problem
 void FDA2_f2.setFDA2_h(FunctionMinimisationProblem problem)
          Sets the h function
 

Uses of FunctionMinimisationProblem in net.sourceforge.cilib.problem
 

Subclasses of FunctionMinimisationProblem in net.sourceforge.cilib.problem
 class GradientFunctionMinimisationProblem
           
 

Methods in net.sourceforge.cilib.problem that return FunctionMinimisationProblem
 FunctionMinimisationProblem FunctionMinimisationProblem.getClone()
          Create a cloned copy of the current object and return it.
 

Constructors in net.sourceforge.cilib.problem with parameters of type FunctionMinimisationProblem
FunctionMinimisationProblem(FunctionMinimisationProblem copy)
           
 



Copyright © 2009 CIRG. All Rights Reserved.