this.mutArtVerh = new MutationSEQ(mutSeqVerh, true, false);
this.mutArtTrans = new MutationSEQ(mutSeqTrans, false, true);
this.autAnz = fmg.fmg8.umgebung2D.Konstanten.ANZAHL_AN_AUTOMATEN;
this.rekombArt = new RekTrivial(
this.pars.getRekAnzEltern(),
this.pars.getRekAnzKinder(),
this.pars.getRekNormiert(),
this.pars.getRekMaxPopSize(),
this.rand);