Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9216


Ignore:
Timestamp:
02/16/13 12:19:36 (11 years ago)
Author:
abeham
Message:

#2013: fixed update of parameters in MultiOperator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators/3.3/MultiOperator.cs

    r7259 r9216  
    2020#endregion
    2121
    22 using System;
    23 using System.Collections.Generic;
    2422using HeuristicLab.Collections;
    2523using HeuristicLab.Common;
     
    2725using HeuristicLab.Parameters;
    2826using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     27using System;
     28using System.Collections.Generic;
    2929
    3030namespace HeuristicLab.Operators {
     
    4747          operators = value;
    4848          RegisterOperatorsEvents();
     49          UpdateOperatorParameters();
    4950        }
    5051      }
Note: See TracChangeset for help on using the changeset viewer.