예제 #1
0
 public Generator(GeneticFiler f, int numMutations, bool printing)
 {
     filer             = f;
     numFile           = 0;
     this.numMutations = numMutations;
     this.printing     = printing;
 }