|
||||||||||
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.fda1.FDA1_g
public class FDA1_g
This function is the g function of the FDA1 problem defined on page 428 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 | |
---|---|
FDA1_g()
Default constructor |
|
FDA1_g(FDA1_g copy)
Copy constructor |
Method Summary | |
---|---|
double |
evaluate(Vector x)
Evaluates the function f(XII) = 1 + sum ( x_i - G(t))^2 |
FDA1_g |
getClone()
return a clone |
int |
getN_t()
returns the severity of change |
int |
getTau_t()
returns the frequency of change |
int |
getTau()
returns the iteration number |
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 FDA1_g()
public FDA1_g(FDA1_g copy)
copy
- Method Detail |
---|
public FDA1_g getClone()
getClone
in interface Cloneable
getClone
in class ContinuousFunction
Object.clone()
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 |