- Timestamp:
- 10/29/17 22:22:38 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MCTS-SymbReg-2796/Tests/HeuristicLab.Algorithms.DataAnalysis-3.4/MctsSymbolicRegressionTest.cs
r15440 r15441 1442 1442 // some Keijzer problem instances have very large test partitions (here we are not concerened about test performance) 1443 1443 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); 1445 1445 } 1446 1446
Note: See TracChangeset
for help on using the changeset viewer.