Free cookie consent management tool by TermsFeed Policy Generator

Changeset 16783


Ignore:
Timestamp:
04/15/19 14:26:43 (5 years ago)
Author:
abeham
Message:

#2740: Fixed wiring issue in OS-ALPS too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Algorithms.ALPS/3.3/AlpsOffspringSelectionGeneticAlgorithm.cs

    r16565 r16783  
    2323using System.Collections.Generic;
    2424using System.Linq;
     25using HEAL.Attic;
    2526using HeuristicLab.Analysis;
    2627using HeuristicLab.Collections;
     
    3233using HeuristicLab.Optimization.Operators;
    3334using HeuristicLab.Parameters;
    34 using HEAL.Attic;
    3535using HeuristicLab.PluginInfrastructure;
    3636using HeuristicLab.Random;
     
    561561    protected override void Problem_OperatorsChanged(object sender, EventArgs e) {
    562562      base.Problem_OperatorsChanged(sender, e);
     563      foreach (IOperator op in Problem.Operators.OfType<IOperator>()) ParameterizeStochasticOperator(op);
    563564      ParameterizeIterationBasedOperators();
    564565      UpdateCrossovers();
Note: See TracChangeset for help on using the changeset viewer.