|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.entity.operators.mutation.AdditionMutationOperatorStrategy
public class AdditionMutationOperatorStrategy
TODO: Complete this javadoc
Constructor Summary | |
---|---|
AdditionMutationOperatorStrategy()
|
Method Summary | |
---|---|
double |
evaluate(double t1,
double t2)
Perform the evaluation based on the given parameters. |
double |
evaluate(double value,
Numeric t1)
Perform the evaluation based on the given parameters. |
double |
evaluate(Numeric t1,
double value)
Perform the evaluation based on the given parameters. |
double |
evaluate(Numeric t1,
Numeric t2)
Perform the evaluation based on the given parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdditionMutationOperatorStrategy()
Method Detail |
---|
public double evaluate(Numeric t1, Numeric t2)
evaluate
in interface MutationOperatorStrategy
t1
- The first parameter: Numeric
.t2
- The second parameter: Numeric
.
public double evaluate(Numeric t1, double value)
evaluate
in interface MutationOperatorStrategy
t1
- The first parameter: Numeric
.value
- The second parameter: double.
public double evaluate(double value, Numeric t1)
evaluate
in interface MutationOperatorStrategy
value
- The first parameter: double.t1
- The second parameter: Numeric
.
public double evaluate(double t1, double t2)
evaluate
in interface MutationOperatorStrategy
t1
- The first parameter: double.t2
- The second parameter: double.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |