- Timestamp:
- 04/18/19 11:01:14 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/SingleObjectiveProblem.cs
r16806 r16811 68 68 ParameterizeOperators(); 69 69 } 70 70 71 71 protected SingleObjectiveProblem() : base() { 72 72 Parameters.Add(new FixedValueParameter<BoolValue>("Maximization", "Set to false if the problem should be minimized.", (BoolValue)new BoolValue(Maximization).AsReadOnly()) { Hidden = true });
Note: See TracChangeset
for help on using the changeset viewer.