Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/19/12 10:09:57 (12 years ago)
Author:
abeham
Message:

#1890: removed actions and listening to Problem_Reset in RobustTabooSearch (analyzers and other things would always reset when switching to a new instance)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/RobustTabooSearch.cs

    r8112 r8822  
    270270    }
    271271
    272     protected override void Problem_Reset(object sender, EventArgs e) {
    273       base.Problem_Reset(sender, e);
    274       UpdateProblemSpecificParameters();
    275       ParameterizeOperators();
    276       UpdateAnalyzers();
    277     }
    278 
    279272    private void Evaluator_QualityParameter_ActualNameChanged(object sender, EventArgs e) {
    280273      ParameterizeOperators();
Note: See TracChangeset for help on using the changeset viewer.