Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/27/12 16:32:30 (12 years ago)
Author:
abeham
Message:

#1614

  • worked on path relinking operator
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/GeneralizedQuadraticAssignmentProblem.cs

    r7419 r7423  
    5353    public static readonly string TransportationCostsDescription = "The transportation cost represents the flow-unit per distance-unit cost factor. This value can also be set to 1 if these costs are factored into the weights matrix already.";
    5454    public static readonly string OverbookedCapacityPenaltyDescription = "The multiplier for the constraint violation when added to the quality.";
    55     public static readonly string BestKnownSolutionDescription = "The best known solution (if available)";
     55    public static readonly string BestKnownQualityDescription = "The best known quality (if available).";
     56    public static readonly string BestKnownSolutionDescription = "The best known solution (if available).";
    5657    public static readonly string EquipmentNamesDescription = "Optional: A list of names that describes the equipments.";
    5758    public static readonly string LocationNamesDescription = "Optional: A list of names that describes the locations.";
Note: See TracChangeset for help on using the changeset viewer.