|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.functions.Function net.sourceforge.cilib.functions.ContinuousFunction net.sourceforge.cilib.functions.continuous.dynamic.moo.fda2.FDA2_h
public class FDA2_h
This function is the h function of the FDA2 problem defined on page 429 in the following paper: M.Farina, K.Deb, P.Amato. Dynamic multiobjective optimization problems: test cases, approximations and applications, IEEE Transactions on Evolutionary Computation, 8(5): 425-442, 2003
Constructor Summary | |
---|---|
FDA2_h()
Default constructor |
|
FDA2_h(FDA2_h copy)
copy constructor |
Method Summary | |
---|---|
double |
evaluate(Vector x)
Evaluates the function h(X_III, f_1, g) = 1-(f_1/g)^(H(t) + sum(x_i-H(t))^2)^(-1) |
FDA2_h |
getClone()
return a clone |
FunctionMinimisationProblem |
getFDA2_f_problem()
Returns the problem used to set the f function |
ContinuousFunction |
getFDA2_f()
Returns the f function that is used in the FDA2 function |
FunctionMinimisationProblem |
getFDA2_g_problem()
Returns function used to set g function |
ContinuousFunction |
getFDA2_g()
Returns the g function that is used in the FDA2 function |
int |
getN_t()
returns the severity of change |
int |
getTau_t()
returns the frequency of change |
int |
getTau()
returns the iteration number |
void |
setFDA2_f(ContinuousFunction fda2_f)
sets the f function that is used the FDA2 function |
void |
setFDA2_f(FunctionMinimisationProblem problem)
Sets the f function used with FDA2 problem |
void |
setFDA2_g(ContinuousFunction fda2_g)
Sets the g function that is used in the FDA2 function |
void |
setFDA2_g(FunctionMinimisationProblem problem)
Sets the g function used in FDA2 problem |
void |
setN_t(int n_t)
sets the severity of change |
void |
setTau_t(int tau_t)
sets the frequency of change |
void |
setTau(int tau)
sets the iteration number |
Methods inherited from class net.sourceforge.cilib.functions.ContinuousFunction |
---|
evaluate, getMaximum, getMinimum |
Methods inherited from class net.sourceforge.cilib.functions.Function |
---|
getBehavioralDomainRegistry, getDimension, getDomain, getDomainRegistry, setBehavioralDomain, setBehaviouralDomainRegistry, setDomain |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FDA2_h()
public FDA2_h(FDA2_h copy)
copy
- Method Detail |
---|
public FDA2_h getClone()
getClone
in interface Cloneable
getClone
in class ContinuousFunction
Object.clone()
public void setFDA2_f(FunctionMinimisationProblem problem)
problem
- public FunctionMinimisationProblem getFDA2_f_problem()
public void setFDA2_f(ContinuousFunction fda2_f)
fda1_f
- public ContinuousFunction getFDA2_f()
public void setFDA2_g(FunctionMinimisationProblem problem)
problem
- public FunctionMinimisationProblem getFDA2_g_problem()
public void setFDA2_g(ContinuousFunction fda2_g)
fda1_g
- public ContinuousFunction getFDA2_g()
public void setTau(int tau)
tau
- public int getTau()
public void setTau_t(int tau_t)
tau
- public int getTau_t()
public void setN_t(int n_t)
n_t
- public int getN_t()
public double evaluate(Vector x)
evaluate
in class ContinuousFunction
x
- The input Vector
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |