Changeset 12105 for branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Algorithms.LocalSearch
- Timestamp:
- 03/03/15 11:18:07 (10 years ago)
- Location:
- branches/HeuristicLab.DatasetRefactor/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.DatasetRefactor/sources
- Property svn:mergeinfo changed
/trunk/sources merged: 12037,12041,12057,12059-12060,12067,12069-12070,12072,12074,12076-12078,12085,12087-12091,12093,12095-12096,12100-12104
- Property svn:mergeinfo changed
-
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Algorithms.LocalSearch/3.3/LocalSearchImprovementOperator.cs
r12031 r12105 251 251 foreach (IAnalyzer analyzer in problem.Operators.OfType<IAnalyzer>()) { 252 252 if (!IsSubclassOfGeneric(typeof(AlleleFrequencyAnalyzer<>), analyzer.GetType()) && 253 !(analyzer is SingleObjectivePopulationDiversityAnalyzer)) {253 !(analyzer is PopulationSimilarityAnalyzer)) { 254 254 IAnalyzer clone = analyzer.Clone() as IAnalyzer; 255 255 foreach (IScopeTreeLookupParameter param in clone.Parameters.OfType<IScopeTreeLookupParameter>())
Note: See TracChangeset
for help on using the changeset viewer.