Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/12/11 03:39:04 (12 years ago)
Author:
swagner
Message:

Disabled run-time intensive analyzers by default (#1584)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.TabuSearch/3.3/TabuNeighborhoodAnalyzer.cs

    r5445 r7172  
    3333  [Item("TabuNeighborhoodAnalyzer", "Analyzes the tabu neighborhood")]
    3434  public class TabuNeighborhoodAnalyzer : SingleSuccessorOperator, IAnalyzer {
     35    public virtual bool EnabledByDefault {
     36      get { return true; }
     37    }
     38
    3539    public ScopeTreeLookupParameter<BoolValue> IsTabuParameter {
    3640      get { return (ScopeTreeLookupParameter<BoolValue>)Parameters["IsTabu"]; }
Note: See TracChangeset for help on using the changeset viewer.