Changeset 15608
- Timestamp:
- 01/13/18 09:50:15 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/MctsSymbolicRegression/MctsSymbolicRegressionStatic.cs
r15606 r15608 520 520 521 521 #if DEBUG 522 Console.WriteLine(mctsState.ExprStr(automaton));522 // Console.WriteLine(mctsState.ExprStr(automaton)); 523 523 #endif 524 524 … … 646 646 if (!tree.Done && automaton.IsFinalState(automaton.CurrentState)) { 647 647 tree.Done = true; 648 tree.expr = state.ExprStr(automaton); 648 // for debugging 649 // tree.expr = state.ExprStr(automaton); 649 650 byte[] code; int nParams; 650 651 automaton.GetCode(out code, out nParams);
Note: See TracChangeset
for help on using the changeset viewer.