- Timestamp:
- 05/28/20 14:41:43 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Encodings.RealVectorEncoding/3.3/RealVectorEncoding.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 … … 201 201 202 202 public override void ConfigureOperators(IEnumerable<IItem> operators) { 203 base.ConfigureOperators(operators); 203 204 ConfigureCreators(operators.OfType<IRealVectorCreator>()); 204 205 ConfigureCrossovers(operators.OfType<IRealVectorCrossover>());
Note: See TracChangeset
for help on using the changeset viewer.