- Timestamp:
- 05/28/20 14:41:43 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/IntegerVectorEncoding.cs
r17226 r17567 23 23 using System.Collections.Generic; 24 24 using System.Linq; 25 using HEAL.Attic; 25 26 using HeuristicLab.Common; 26 27 using HeuristicLab.Core; … … 28 29 using HeuristicLab.Optimization; 29 30 using HeuristicLab.Parameters; 30 using HEAL.Attic;31 31 using HeuristicLab.PluginInfrastructure; 32 32 … … 188 188 189 189 public override void ConfigureOperators(IEnumerable<IItem> operators) { 190 base.ConfigureOperators(operators); 190 191 ConfigureBoundedOperators(operators.OfType<IBoundedIntegerVectorOperator>()); 191 192 ConfigureCreators(operators.OfType<IIntegerVectorCreator>());
Note: See TracChangeset
for help on using the changeset viewer.