this.removeAll();
this.rand = new Random(this.pars.getSeed().longValue());
// Setzen der Mutation.
MutSeqVerf mutSeqVerh = new MutationKlWkeit(
new EinzelMutAdd(this.rand, this.pars.getMutVerhStdAbw()),
this.pars.getMutVerhWkeit(),
this.pars.getMutMinFaktorVerh(),
this.pars.getMutMaxFaktorVerh(),
this.pars.getMutSeqLenKonstVerh(),
this.rand);
MutSeqVerf mutSeqTrans = new MutationKlWkeit(
new EinzelMutAdd(this.rand, this.pars.getMutTransStdAbw()),
this.pars.getMutTransWkeit(),
this.pars.getMutMinFaktorTrans(),
this.pars.getMutMaxFaktorTrans(),
this.pars.getMutSeqLenKonstTrans(),