# # ChangeLog for branches/PersistentDataStructures # # Generated by Trac 1.0.12 # 04/27/24 11:26:03 Tue, 14 Feb 2017 14:29:14 GMT epitzer [14673] * branches/PersistentDataStructures/HeuristicLab.Data/3.3/PersistentDataStructures/Implementations/ArrayMappedTrie.cs (modified) #2727 improve AMT's size with history (use same rollback semantic) ... Fri, 10 Feb 2017 14:14:38 GMT epitzer [14658] * branches/PersistentDataStructures/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj (modified) * branches/PersistentDataStructures/HeuristicLab.Analysis/3.3/Tracking (added) * branches/PersistentDataStructures/HeuristicLab.Analysis/3.3/Tracking/DoubleArraySnapshotCreaterAnalyzer.cs (added) * branches/PersistentDataStructures/HeuristicLab.Analysis/3.3/Tracking/IntArraySnapshotCreaterAnalyzer.cs (added) * branches/PersistentDataStructures/HeuristicLab.Analysis/3.3/Tracking/SnapshotCreaterAnalyzer.cs (added) * branches/PersistentDataStructures/HeuristicLab.Encodings.PermutationEncoding.Views/3.3/HeuristicLab.Encodings.PermutationEncoding.Views-3.3.csproj (modified) * branches/PersistentDataStructures/HeuristicLab.Encodings.PermutationEncoding.Views/3.3/PermutationHistoryView.Designer.cs (added) * branches/PersistentDataStructures/HeuristicLab.Encodings.PermutationEncoding.Views/3.3/PermutationHistoryView.cs (added) * branches/PersistentDataStructures/HeuristicLab.Encodings.PermutationEncoding.Views/3.3/PermutationHistoryView.resx (added) #2727 add tracking (snapshot) analyzer and new visualization for ... Fri, 10 Feb 2017 14:13:29 GMT epitzer [14657] * branches/PersistentDataStructures/HeuristicLab.Data/3.3/PersistentDataStructures/Adaptations/HistoryArray.cs (modified) * branches/PersistentDataStructures/HeuristicLab.Data/3.3/PersistentDataStructures/Adaptations/HistoryList.cs (modified) * branches/PersistentDataStructures/HeuristicLab.Data/3.3/PersistentDataStructures/Implementations/ArrayMappedTrie.cs (modified) * branches/PersistentDataStructures/HeuristicLab.Data/3.3/ValueTypeArray.cs (modified) #2727 add generic MetaInfo to AMT e.g. for tracking Count in facades Tue, 07 Feb 2017 13:05:09 GMT epitzer [14650] * branches/PersistentDataStructures/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj (modified) * branches/PersistentDataStructures/HeuristicLab.Data/3.3/PercentArray.cs (modified) * branches/PersistentDataStructures/HeuristicLab.Data/3.3/PersistentDataStructures (added) * branches/PersistentDataStructures/HeuristicLab.Data/3.3/PersistentDataStructures/Adaptations (added) * branches/PersistentDataStructures/HeuristicLab.Data/3.3/PersistentDataStructures/Adaptations/HistoryArray.cs (added) * branches/PersistentDataStructures/HeuristicLab.Data/3.3/PersistentDataStructures/Adaptations/HistoryList.cs (added) * branches/PersistentDataStructures/HeuristicLab.Data/3.3/PersistentDataStructures/Implementations (added) * branches/PersistentDataStructures/HeuristicLab.Data/3.3/PersistentDataStructures/Implementations/ArrayMappedTrie.cs (added) * branches/PersistentDataStructures/HeuristicLab.Data/3.3/ValueTypeArray.cs (modified) * branches/PersistentDataStructures/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/BinaryVector.cs (modified) * branches/PersistentDataStructures/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/IntegerVector.cs (modified) * branches/PersistentDataStructures/HeuristicLab.Encodings.LinearLinkageEncoding/3.3/LinearLinkage.cs (modified) * branches/PersistentDataStructures/HeuristicLab.Encodings.PermutationEncoding/3.3/Permutation.cs (modified) * branches/PersistentDataStructures/HeuristicLab.Encodings.RealVectorEncoding/3.3/RealVector.cs (modified) * branches/PersistentDataStructures/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/AlbaEncoding.cs (modified) * branches/PersistentDataStructures/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/PermutationEncoding.cs (modified) * branches/PersistentDataStructures/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Prins/PrinsEncoding.cs (modified) * branches/PersistentDataStructures/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Zhu/ZhuEncoding.cs (modified) #2727 completely replace basic array with array mapped trie in ... Tue, 07 Feb 2017 07:06:31 GMT epitzer [14648] * branches/PersistentDataStructures (copied) #2727 Use persistent data structures to facilitate tracking Sat, 14 Jan 2017 18:23:02 GMT gkronber [14572] * stable (modified) * stable/HeuristicLab.DataPreprocessing/3.4 (modified) * stable/HeuristicLab.DataPreprocessing/3.4/PreprocessingContext.cs (modified) #2683: merged r14332 from trunk to stable