|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjeco.kernel.operator.mutator.MutationOperator
jeco.kernel.operator.mutator.NonUniformMutation
public class NonUniformMutation
| Field Summary | |
|---|---|
protected double |
probability
|
| Constructor Summary | |
|---|---|
NonUniformMutation(double probability,
double perturbationIndex,
int currentIteration,
int maxIterations)
Constructor Creates a new instance of the non uniform mutation |
|
| Method Summary | |
|---|---|
Solution |
execute(Solution solution)
Executes the operation |
void |
setCurrentIteration(int currentIteration)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double probability
| Constructor Detail |
|---|
public NonUniformMutation(double probability,
double perturbationIndex,
int currentIteration,
int maxIterations)
| Method Detail |
|---|
public Solution execute(Solution solution)
execute in class MutationOperatorobject - An object containing a solution
JMExceptionpublic void setCurrentIteration(int currentIteration)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||