- Timestamp:
- 11/20/19 14:32:01 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/SingleObjectiveProblem.cs
r17320 r17356 39 39 where TEncodedSolution : class, IEncodedSolution { 40 40 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; } 43 43 44 44 public double BestKnownQuality {
Note: See TracChangeset
for help on using the changeset viewer.