Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/29/14 17:16:38 (9 years ago)
Author:
abeham
Message:

#2250: fixed the obvious bug

File:
1 edited

Legend:

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

    r11171 r11404  
    6262    }
    6363    public IValueParameter<BoolValue> ExecutePathRelinkingParameter {
    64       get { return (IValueLookupParameter<BoolValue>)Parameters["ExecutePathRelinking"]; }
     64      get { return (IValueParameter<BoolValue>)Parameters["ExecutePathRelinking"]; }
    6565    }
    6666    public IConstrainedValueParameter<IImprovementOperator> ImproverParameter {
Note: See TracChangeset for help on using the changeset viewer.