- Timestamp:
- 04/03/12 15:34:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Analyzers/SymbolicExpressionTreeLengthAnalyzer.cs
r7280 r7702 153 153 // if the table was not created yet, we create it here 154 154 if (treeLengthsTable == null) { 155 treeLengthsTable = new DataTable(" Histogram");155 treeLengthsTable = new DataTable("Tree Length Histogram"); 156 156 SymbolicExpressionTreeLengthsParameter.ActualValue = treeLengthsTable; 157 157 }
Note: See TracChangeset
for help on using the changeset viewer.