Changeset 7213 for branches/HeuristicLab.TimeSeries/HeuristicLab.Algorithms.VariableNeighborhoodSearch
- Timestamp:
- 12/20/11 11:45:18 (13 years ago)
- Location:
- branches/HeuristicLab.TimeSeries
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.TimeSeries
-
branches/HeuristicLab.TimeSeries/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/VariableNeighborhoodSearch.cs
r6476 r7213 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.