Changeset 16458
- Timestamp:
- 12/28/18 10:20:20 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2974_Constants_Optimization/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Converters/TreeToAutoDiffTermConverter.cs
r16457 r16458 132 132 133 133 // state for recursive transformation of trees 134 private readonly 135 List<double> initialConstants; 136 private Dictionary<DataForVariable, AutoDiff.Variable> parameters; 134 private readonly List<double> initialConstants; 135 private readonly Dictionary<DataForVariable, AutoDiff.Variable> parameters; 137 136 private readonly List<AutoDiff.Variable> variables; 138 137 private readonly bool makeVariableWeightsVariable;
Note: See TracChangeset
for help on using the changeset viewer.