Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/09/15 17:26:10 (9 years ago)
Author:
apolidur
Message:

#2221: Fixing RealizationsSize parameter not updating

File:
1 edited

Legend:

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

    r12306 r12387  
    5959      get { return (ValueParameter<DoubleArray>)Parameters["ProbabilityMatrix"]; }
    6060    }
    61     public ValueParameter<IntValue> RealizationsSizeParameter {
    62       get { return (ValueParameter<IntValue>)Parameters["RealizationsSize"]; }
    63     }
     61   
    6462
    6563    #endregion
     
    8684      set { ProbabilityMatrixParameter.Value = value; }
    8785    }
    88     public IntValue RealizationsSize {
    89       get { return RealizationsSizeParameter.Value; }
    90       set { RealizationsSizeParameter.Value = value; }
    91     }
     86   
    9287    #endregion
    9388   
Note: See TracChangeset for help on using the changeset viewer.