Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/16/19 21:45:48 (5 years ago)
Author:
abeham
Message:

#2953: changed order of base call in single-objective problem's operatorschanged

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Optimization/3.3/BasicProblems/SingleObjectiveBasicProblem.cs

    r16565 r16794  
    2323using System.Collections.Generic;
    2424using System.Linq;
     25using HEAL.Attic;
    2526using HeuristicLab.Common;
    2627using HeuristicLab.Core;
    2728using HeuristicLab.Data;
    2829using HeuristicLab.Parameters;
    29 using HEAL.Attic;
    3030
    3131namespace HeuristicLab.Optimization {
     
    9595
    9696    protected override void OnOperatorsChanged() {
    97       base.OnOperatorsChanged();
    9897      if (Encoding != null) {
    9998        PruneMultiObjectiveOperators(Encoding);
     
    105104        }
    106105      }
     106      base.OnOperatorsChanged();
    107107    }
    108108
Note: See TracChangeset for help on using the changeset viewer.