Changeset 16892 for branches/2925_AutoDiffForDynamicalModels/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees
- Timestamp:
- 05/04/19 08:22:42 (6 years ago)
- Location:
- branches/2925_AutoDiffForDynamicalModels
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2925_AutoDiffForDynamicalModels
- Property svn:mergeinfo changed
-
branches/2925_AutoDiffForDynamicalModels/HeuristicLab.Algorithms.DataAnalysis
- Property svn:mergeinfo changed
-
branches/2925_AutoDiffForDynamicalModels/HeuristicLab.Algorithms.DataAnalysis/3.4
- Property svn:mergeinfo changed
-
branches/2925_AutoDiffForDynamicalModels/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/RegressionTreeModel.cs
r16662 r16892 91 91 #region old storable format 92 92 // remove with HL 3.4 93 [Storable( AllowOneWay = true)]93 [Storable(OldName = "SerializedTree")] 94 94 // to prevent storing the references to data caches in nodes 95 95 // seemingly, it is bad (performance-wise) to persist tuples (tuples are used as keys in a dictionary)
Note: See TracChangeset
for help on using the changeset viewer.