Changeset 16783
- Timestamp:
- 04/15/19 14:26:43 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Algorithms.ALPS/3.3/AlpsOffspringSelectionGeneticAlgorithm.cs
r16565 r16783 23 23 using System.Collections.Generic; 24 24 using System.Linq; 25 using HEAL.Attic; 25 26 using HeuristicLab.Analysis; 26 27 using HeuristicLab.Collections; … … 32 33 using HeuristicLab.Optimization.Operators; 33 34 using HeuristicLab.Parameters; 34 using HEAL.Attic;35 35 using HeuristicLab.PluginInfrastructure; 36 36 using HeuristicLab.Random; … … 561 561 protected override void Problem_OperatorsChanged(object sender, EventArgs e) { 562 562 base.Problem_OperatorsChanged(sender, e); 563 foreach (IOperator op in Problem.Operators.OfType<IOperator>()) ParameterizeStochasticOperator(op); 563 564 ParameterizeIterationBasedOperators(); 564 565 UpdateCrossovers();
Note: See TracChangeset
for help on using the changeset viewer.