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/ITerminator.cs

    r14185 r14929  
    1 #region License Information
     1using HeuristicLab.Persistence;
     2#region License Information
    23/* HeuristicLab
    34 * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     
    2425  /// An interface which represents an operator for checking a termination criterion.
    2526  /// </summary>
     27  [StorableType("bedd275d-9be3-4979-a70e-acdbe19a150d")]
    2628  public interface ITerminator : ITerminationBasedOperator {
    2729  }
Note: See TracChangeset for help on using the changeset viewer.