Changeset 18152 for branches/3136_Structural_GP/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/StructureTemplate/StructureTemplate.cs
- Timestamp:
- 12/17/21 15:02:57 (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3136_Structural_GP/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/StructureTemplate/StructureTemplate.cs
r18151 r18152 93 93 treeWithoutLinearScaling = null; 94 94 treeWithLinearScaling = null; 95 template = "";96 95 applyLinearScaling = false; 96 Template = "f(_)"; 97 97 OnChanged(); 98 98 }
Note: See TracChangeset
for help on using the changeset viewer.