Changeset 8351 for trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm
- Timestamp:
- 07/27/12 19:09:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/GeneticAlgorithm.cs
r8121 r8351 255 255 } 256 256 protected override void Problem_OperatorsChanged(object sender, EventArgs e) { 257 foreach (IOperator op in Problem.Operators ) ParameterizeStochasticOperator(op);257 foreach (IOperator op in Problem.Operators.OfType<IOperator>()) ParameterizeStochasticOperator(op); 258 258 ParameterizeIterationBasedOperators(); 259 259 UpdateCrossovers();
Note: See TracChangeset
for help on using the changeset viewer.