Changeset 15077 for trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4
- Timestamp:
- 06/28/17 15:58:42 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/CrossValidation.cs
r15026 r15077 76 76 [StorableHook(HookType.AfterDeserialization)] 77 77 private void AfterDeserialization() { 78 // BackwardsCompatibility3.3 79 #region Backwards compatible code, remove with 3.4 80 if (shuffleSamples == null) shuffleSamples = new BoolValue(false); 81 #endregion 82 78 83 RegisterEvents(); 79 84 if (Algorithm != null) RegisterAlgorithmEvents(); 80 81 if (shuffleSamples == null)82 shuffleSamples = new BoolValue(false);83 85 } 84 86
Note: See TracChangeset
for help on using the changeset viewer.