Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 19:06:54 (7 years ago)
Author:
gkronber
Message:

#2520 fixed unit tests for new persistence: loading & storing all samples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Optimization/3.3/Interfaces/IOptimizer.cs

    r14185 r14929  
    2222using System.Collections.Generic;
    2323using HeuristicLab.Core;
     24using HeuristicLab.Persistence;
    2425
    2526namespace HeuristicLab.Optimization {
     
    2728  /// Interface to represent optimizers such as algorithms, batch runs, or experiments.
    2829  /// </summary>
     30  [StorableType("35bd175f-5f06-456b-9ebb-d503c1b4ce64")]
    2931  public interface IOptimizer : INamedItem, IExecutable {
    3032    RunCollection Runs { get; }
Note: See TracChangeset for help on using the changeset viewer.