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.IntegerVectorEncoding/3.3/IntegerVectorEncoding.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
     
    188188
    189189    public override void ConfigureOperators(IEnumerable<IItem> operators) {
     190      base.ConfigureOperators(operators);
    190191      ConfigureBoundedOperators(operators.OfType<IBoundedIntegerVectorOperator>());
    191192      ConfigureCreators(operators.OfType<IIntegerVectorCreator>());
Note: See TracChangeset for help on using the changeset viewer.