Changeset 12391 for branches/HeuristicLab.Problems.GrammaticalOptimization-gkr/Test/RunMctsExperiments.cs
- Timestamp:
- 05/12/15 20:40:11 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.GrammaticalOptimization-gkr/Test/RunMctsExperiments.cs
r12390 r12391 180 180 }; 181 181 182 var maxSizes = new int[] { 10, 20, 30, 40, 50 };183 int nReps = 30; 184 int maxIterations = 10000;182 var maxSizes = new int[] { /*10, 20, 30, 40,*/ 25, 50 }; 183 int nReps = 30; 184 int maxIterations = 20000; 185 185 foreach (var instanceFactory in instanceFactories) { 186 186 foreach (var policyFactory in policyFactories) { … … 307 307 var solver = new SequentialSearch(problem, maxSize, new Random(randSeed), 0, 308 308 new GenericGrammarPolicy(problem, policy, false)); 309 var problemName = problem. GetType().Name;309 var problemName = problem.Name; 310 310 RunSolver(solver, problemName, policy.ToString(), maxIters, maxSize); 311 311 }
Note: See TracChangeset
for help on using the changeset viewer.