Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/19/10 06:19:16 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on operators, engines, and optimization
Location:
trunk/sources/HeuristicLab.Optimization
Files:
2 added
1 moved

Legend:

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

    r2829 r2834  
    2020#endregion
    2121
    22 using HeuristicLab.Collections;
     22using HeuristicLab.Core;
    2323
    24 namespace HeuristicLab.Core {
     24namespace HeuristicLab.Optimization {
    2525  /// <summary>
    2626  /// Interface to represent a problem.
    2727  /// </summary>
    28   public interface IProblem : INamedItem {
    29     IObservableKeyedCollection<string, IValueParameter> Parameters { get; }
    30   }
     28  public interface IProblem : INamedItem, IParameterizedItem { }
    3129}
Note: See TracChangeset for help on using the changeset viewer.