Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/18/20 00:25:54 (4 years ago)
Author:
abeham
Message:

#2521: working on problems / fixing P3

File:
1 edited

Legend:

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

    r17544 r17680  
    6666    protected ProbabilisticTSP() : base(new PermutationEncoding("Tour")) {
    6767      Maximization = false;
     68      Encoding.LengthParameter.ReadOnly = DimensionRefParameter.ReadOnly = true;
     69      Encoding.PermutationTypeParameter.ReadOnly = PermutationTypeRefParameter.ReadOnly = true;
     70      PermutationTypeRefParameter.Hidden = true;
     71
    6872      Parameters.Add(PTSPDataParameter = new ValueParameter<IProbabilisticTSPData>("PTSP Data", "The main parameters for the pTSP."));
    6973      Parameters.Add(BestKnownSolutionParameter = new OptionalValueParameter<IProbabilisticTSPSolution>("BestKnownSolution", "The best known solution of this pTSP instance."));
Note: See TracChangeset for help on using the changeset viewer.