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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/Interfaces/IEngine.cs

    r2796 r2834  
    3838    /// </summary>
    3939    IScope GlobalScope { get; }
    40     /// <summary>
    41     /// Gets the problem of the current instance.
    42     /// </summary>
    43     IProblem Problem { get; set; }
    4440
    4541    /// <summary>
     
    6258    void Prepare();
    6359    /// <summary>
     60    /// Prepares the engine with a given initial operation.
     61    /// </summary>
     62    void Prepare(IOperation initialOperation);
     63    /// <summary>
    6464    /// Executes the whole run.
    6565    /// </summary>
     
    7878    /// </summary>
    7979    event EventHandler OperatorGraphChanged;
    80     /// <summary>
    81     /// Occurs when the problem was changed.
    82     /// </summary>
    83     event EventHandler ProblemChanged;
    8480    /// <summary>
    8581    /// Occurs when the execution time was changed.
Note: See TracChangeset for help on using the changeset viewer.