Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/24/12 15:04:37 (12 years ago)
Author:
jkarder
Message:

#1331:

  • applied some of the changes suggested by ascheibe in comment:32:ticket:1331
  • restructured path relinking and improvement operators and similarity calculators
  • fixed bug in TSPMultipleGuidesPathRelinker
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.TestFunctions/3.3/PathRelinkers/SingleObjectiveTestFunctionPathRelinker.cs

    r8086 r8319  
    3535  /// An operator that relinks paths between test functions solutions.
    3636  /// </summary>
     37  /// <remarks>
     38  /// TODO: add reference and remarks
     39  /// </remarks>
    3740  [Item("SingleObjectiveTestFunctionPathRelinker", "An operator that relinks paths between test functions solutions.")]
    3841  [StorableClass]
    39   public sealed class SingleObjectiveTestFunctionPathRelinker : PathRelinker {
     42  public sealed class SingleObjectiveTestFunctionPathRelinker : SingleObjectivePathRelinker {
    4043    #region Parameter properties
    4144    public IValueParameter<IntValue> RelinkingIntensityParameter {
Note: See TracChangeset for help on using the changeset viewer.