예제 #1
0
 public GAInstructionSelector(GACodeGenerator codeGenerator)
 {
     this.codeGenerator = codeGenerator;
     configuration = codeGenerator.SelectorConfiguration;
     scheduler = new GAScheduler(codeGenerator);
 }
예제 #2
0
파일: GAScheduler.cs 프로젝트: harnold/cobe
 public GAScheduler(GACodeGenerator codeGenerator)
 {
     this.codeGenerator = codeGenerator;
     this.configuration = codeGenerator.SchedulerConfiguration;
 }