Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/16/16 17:10:05 (7 years ago)
Author:
abeham
Message:

#2701:

  • Reusing similiarty calculator in BinaryMemPR
  • Fixing distance calculation for linear linkage and LinearLinkageMemPR
  • Small changes to base algorithm
  • Added biased model trainer for permutation (rank and fitness)
  • Fixing best known quality calculation for GCP
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/MemPRAlgorithm/HeuristicLab.Problems.Instances/3.3/Types/GCPData.cs

    r14471 r14496  
    4848    public int[] BestKnownColoring { get; set; }
    4949    /// <summary>
    50     /// Optional! The quality value of the <see cref="BestKnownColoring"/>
     50    /// Optional! The least amount of colors that would not result in conflicts.
     51    /// The amount of colors in <see cref="BestKnownColoring"/> if it is given as well.
    5152    /// </summary>
    52     public double? BestKnownColors { get; set; }
     53    public int? BestKnownColors { get; set; }
    5354  }
    5455}
Note: See TracChangeset for help on using the changeset viewer.