Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/24/10 11:44:05 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on algorithms
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization/3.3/IProblem.cs

    r2852 r2857  
    2222using HeuristicLab.Core;
    2323using System;
     24using HeuristicLab.Common;
    2425
    2526namespace HeuristicLab.Optimization {
     
    3334    event EventHandler SolutionCreatorChanged;
    3435    event EventHandler EvaluatorChanged;
     36    event EventHandler<EventArgs<Type>> OperatorsChanged;
    3537  }
    3638}
Note: See TracChangeset for help on using the changeset viewer.