- Timestamp:
- 12/12/11 03:39:04 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/VariableNeighborhoodSearch.cs
r6476 r7172 315 315 foreach (IScopeTreeLookupParameter param in analyzer.Parameters.OfType<IScopeTreeLookupParameter>()) 316 316 param.Depth = 1; 317 Analyzer.Operators.Add(analyzer );317 Analyzer.Operators.Add(analyzer, analyzer.EnabledByDefault); 318 318 } 319 319 } 320 Analyzer.Operators.Add(qualityAnalyzer );320 Analyzer.Operators.Add(qualityAnalyzer, qualityAnalyzer.EnabledByDefault); 321 321 } 322 322 private VariableNeighborhoodSearchMainLoop FindMainLoop(IOperator start) {
Note: See TracChangeset
for help on using the changeset viewer.