Changeset 9757 for branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/SolutionsCaching/SolutionCachingAnalyzer.cs
- Timestamp:
- 07/25/13 16:28:49 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/SolutionsCaching/SolutionCachingAnalyzer.cs
r9754 r9757 93 93 info.ProducedBy = ProducedBy.Mutation; 94 94 95 solDict.Add(new PermutationWrapper( sol), info);95 solDict.Add(new PermutationWrapper((Permutation)sol.Clone(new Cloner())), info); 96 96 } 97 97 return base.Apply();
Note: See TracChangeset
for help on using the changeset viewer.