Changeset 16784 for trunk/HeuristicLab.Optimization/3.3/BasicProblems
- Timestamp:
- 04/15/19 14:34:33 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Optimization/3.3/BasicProblems/MultiObjectiveBasicProblem.cs
r16565 r16784 21 21 22 22 using System.Linq; 23 using HEAL.Attic; 23 24 using HeuristicLab.Common; 24 25 using HeuristicLab.Core; 25 26 using HeuristicLab.Data; 26 27 using HeuristicLab.Parameters; 27 using HEAL.Attic;28 28 29 29 namespace HeuristicLab.Optimization { … … 59 59 60 60 protected override void OnOperatorsChanged() { 61 base.OnOperatorsChanged();62 61 if (Encoding != null) { 63 62 PruneSingleObjectiveOperators(Encoding); … … 69 68 } 70 69 } 70 base.OnOperatorsChanged(); 71 71 } 72 72
Note: See TracChangeset
for help on using the changeset viewer.