Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/12/15 20:40:11 (9 years ago)
Author:
gkronber
Message:

#2283: added shuffling of terminal symbols to the royal pair problem to make sure that there is no bias from order of terminal symbols.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GrammaticalOptimization-gkr/Test/RunMctsExperiments.cs

    r12390 r12391  
    180180      };
    181181
    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;
    185185      foreach (var instanceFactory in instanceFactories) {
    186186        foreach (var policyFactory in policyFactories) {
     
    307307      var solver = new SequentialSearch(problem, maxSize, new Random(randSeed), 0,
    308308        new GenericGrammarPolicy(problem, policy, false));
    309       var problemName = problem.GetType().Name;
     309      var problemName = problem.Name;
    310310      RunSolver(solver, problemName, policy.ToString(), maxIters, maxSize);
    311311    }
Note: See TracChangeset for help on using the changeset viewer.