Example #1
0
 public RandomSelectToolHeuristic(FactoryScheduling factoryScheduling, int seed)
 {
     this.factoryScheduling = factoryScheduling;
     // deterministic seed for result reproducibility
     this.rnd = new Random(seed);
 }