|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
I
- the individuals' typepublic interface Mutator<I>
A Mutator
creates a mutant of the given individual. It mutates the
individual e.g. by adding normal distributed random numbers.
The general contract is to not modify the given individual. See
mutate(Object)
for additional hints.
Method Summary | |
---|---|
I |
mutate(I individual)
Creates a mutant of the given individual. |
Method Detail |
---|
I mutate(I individual)
The general contract is to not modify the given individual, but return a mutated copy.
individual
- the individual to mutate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |