Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/06/10 01:57:29 (15 years ago)
Author:
swagner
Message:

Continued work on algorithm batch processing (#947).

Location:
trunk/sources/HeuristicLab.Optimization/3.3/Interfaces
Files:
1 added
1 edited

Legend:

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

    r3262 r3274  
    2222using System;
    2323using System.Collections.Generic;
    24 using HeuristicLab.Common;
    2524using HeuristicLab.Core;
    2625
     
    2928  /// Interface to represent an algorithm.
    3029  /// </summary>
    31   public interface IAlgorithm : IParameterizedNamedItem, IExecutable {
     30  public interface IAlgorithm : IParameterizedNamedItem, IOptimizer {
    3231    Type ProblemType { get; }
    3332    IProblem Problem { get; set; }
Note: See TracChangeset for help on using the changeset viewer.