Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/17/19 15:41:46 (5 years ago)
Author:
abeham
Message:

#2521: Worked on PTSP refactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.PTSP/3.3/EstimatedPTSP.cs

    r17253 r17260  
    3232
    3333namespace HeuristicLab.Problems.PTSP {
    34   [Item("Estimated Probabilistic TSP (p-TSP)", "Represents a probabilistic traveling salesman problem where the expected tour length is estimated by averaging over the length of tours on a number of, so called, realizations.")]
     34  [Item("Estimated Probabilistic TSP (pTSP)", "Represents a probabilistic traveling salesman problem where the expected tour length is estimated by averaging over the length of tours on a number of, so called, realizations.")]
    3535  [Creatable(CreatableAttribute.Categories.CombinatorialProblems)]
    3636  [StorableType("d1b4149b-8ab9-4314-8d96-9ea04a4d5b8b")]
     
    136136    /// </summary>
    137137    /// <param name="tour">The tour between all cities.</param>
    138     /// <param name="data">The main parameters of the p-TSP.</param>
     138    /// <param name="data">The main parameters of the pTSP.</param>
    139139    /// <param name="realizations">How many realizations to achieve.</param>
    140140    /// <param name="seed">The starting seed of generating the realizations.</param>
Note: See TracChangeset for help on using the changeset viewer.