Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/15 17:08:13 (9 years ago)
Author:
ascheibe
Message:

#2520 added guids to storable classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/MetaOptimizers/BatchRun.cs

    r12504 r13368  
    3737  [Item("Batch Run", "A run in which an optimizer is executed a given number of times.")]
    3838  [Creatable(CreatableAttribute.Categories.TestingAndAnalysis, Priority = 110)]
    39   [StorableClass]
     39  [StorableClass("3EF32A92-0598-4D45-9F90-4B4BA864AC4B")]
    4040  public sealed class BatchRun : NamedItem, IOptimizer, IStorableContent {
    4141    public string Filename { get; set; }
Note: See TracChangeset for help on using the changeset viewer.