Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/29/17 22:22:38 (6 years ago)
Author:
gkronber
Message:

#2796 more bug fixing

File:
1 edited

Legend:

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

    r15440 r15441  
    14421442      // some Keijzer problem instances have very large test partitions (here we are not concerened about test performance)
    14431443      if (regProblem.TestPartition.End - regProblem.TestPartition.Start > 1000) regProblem.TestPartition.End = regProblem.TestPartition.Start + 1000;
    1444       TestMcts(regProblem, maxVariableReferences: 20, allowExp: false, allowLog: false, allowInv: true);
     1444      TestMcts(regProblem, maxVariableReferences: 10, allowExp: false, allowLog: false, allowInv: true);
    14451445    }
    14461446
Note: See TracChangeset for help on using the changeset viewer.