Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/20/19 14:32:01 (4 years ago)
Author:
abeham
Message:

#2521: fixed some problems in Samples.Create unit tests and updated samples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/SingleObjectiveProblem.cs

    r17320 r17356  
    3939    where TEncodedSolution : class, IEncodedSolution {
    4040
    41     [Storable] protected IValueParameter<DoubleValue> BestKnownQualityParameter { get; }
    42     [Storable] protected IValueParameter<BoolValue> MaximizationParameter { get; }
     41    [Storable] protected IValueParameter<DoubleValue> BestKnownQualityParameter { get; private set; }
     42    [Storable] protected IValueParameter<BoolValue> MaximizationParameter { get; private set; }
    4343
    4444    public double BestKnownQuality {
Note: See TracChangeset for help on using the changeset viewer.