|
||||||||||
| 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.UniformMutation
public class UniformMutation
| Field Summary | |
|---|---|
protected java.lang.Double |
perturbationIndex
Stores the value used in a uniform mutation operator |
protected double |
probability
|
| Constructor Summary | |
|---|---|
UniformMutation(double probability,
double perturbationIndex)
Constructor Creates a new uniform mutation operator instance |
|
| Method Summary | |
|---|---|
Solution |
execute(Solution solution)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Double perturbationIndex
protected double probability
| Constructor Detail |
|---|
public UniformMutation(double probability,
double perturbationIndex)
| Method Detail |
|---|
public Solution execute(Solution solution)
execute in class MutationOperator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||