Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/28/20 14:41:43 (4 years ago)
Author:
abeham
Message:

#2521: work in progress

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Encodings.LinearLinkageEncoding/3.4/LinearLinkageEncoding.cs

    r17226 r17567  
    2323using System.Collections.Generic;
    2424using System.Linq;
     25using HEAL.Attic;
    2526using HeuristicLab.Common;
    2627using HeuristicLab.Core;
     
    2829using HeuristicLab.Optimization;
    2930using HeuristicLab.Parameters;
    30 using HEAL.Attic;
    3131using HeuristicLab.PluginInfrastructure;
    3232
     
    124124
    125125    public override void ConfigureOperators(IEnumerable<IItem> operators) {
     126      base.ConfigureOperators(operators);
    126127      ConfigureCreators(operators.OfType<ILinearLinkageCreator>());
    127128      ConfigureCrossovers(operators.OfType<ILinearLinkageCrossover>());
Note: See TracChangeset for help on using the changeset viewer.