|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjenes.stage.AbstractStage<T>
jenes.stage.operator.Operator<T>
jenes.stage.operator.Mutator<IntegerChromosome>
jenes.performance.TSPMutator
public class TSPMutator
Nested Class Summary |
---|
Nested classes/interfaces inherited from class jenes.stage.operator.Mutator |
---|
Mutator.Statistics |
Field Summary |
---|
Fields inherited from class jenes.stage.operator.Mutator |
---|
probability |
Fields inherited from class jenes.stage.operator.Operator |
---|
random, statistics |
Fields inherited from class jenes.stage.AbstractStage |
---|
biggerIsBetter, ga |
Constructor Summary | |
---|---|
TSPMutator(double probability)
|
Method Summary | |
---|---|
protected void |
mutate(Individual<IntegerChromosome> t)
Mutates a single individual. |
Methods inherited from class jenes.stage.operator.Mutator |
---|
getProbability, process, setProbability |
Methods inherited from class jenes.stage.operator.Operator |
---|
getStatistics, updateStatistics |
Methods inherited from class jenes.stage.AbstractStage |
---|
dispose, init, isBiggerBetter, setBiggerIsBetter, setBiggerIsBetter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TSPMutator(double probability)
Method Detail |
---|
protected void mutate(Individual<IntegerChromosome> t)
Mutator
mutate
in class Mutator<IntegerChromosome>
t
- the individual to mutate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |