Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/06/17 17:52:36 (7 years ago)
Author:
gkronber
Message:

#2796 worked on MCTS (removing constraint handling and introducing state unification instead)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/MCTS-SymbReg-2796/Tests/HeuristicLab.Algorithms.DataAnalysis-3.4/MctsSymbolicRegressionTest.cs

    r15404 r15410  
    432432      var provider = new HeuristicLab.Problems.Instances.DataAnalysis.NguyenInstanceProvider(seed: 1234);
    433433      var regProblem = provider.LoadData(provider.GetDataDescriptors().Single(x => x.Name.Contains("F1 ")));
    434       TestMctsWithoutConstants(regProblem, allowExp: false, allowLog: false, allowInv: false);
     434      TestMctsWithoutConstants(regProblem, iterations: 1000, allowExp: false, allowLog: false, allowInv: false);
    435435    }
    436436    [TestMethod]
     
    468468      var provider = new HeuristicLab.Problems.Instances.DataAnalysis.VariousInstanceProvider(seed: 1234);
    469469      var regProblem = provider.LoadData(provider.GetDataDescriptors().Single(x => x.Name.Contains("Poly-10")));
    470       TestMctsWithoutConstants(regProblem, allowExp: false, allowLog: false, allowInv: false);
     470      TestMctsWithoutConstants(regProblem, iterations: 100, allowExp: false, allowLog: false, allowInv: false);
    471471    }
    472472    #endregion
Note: See TracChangeset for help on using the changeset viewer.