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.Problems.Binary/3.3/DeceptiveTrapProblem.cs

    r12504 r13368  
    1 #region License Information
     1#region License Information
    22
    33/* HeuristicLab
     
    3232namespace HeuristicLab.Problems.Binary {
    3333  [Item("Deceptive Trap Problem", "Genome encodes completely separable blocks, where each block is fully deceptive.")]
    34   [StorableClass]
     34  [StorableClass("D2273632-F426-4B17-85E8-A7A28132A108")]
    3535  [Creatable(CreatableAttribute.Categories.CombinatorialProblems, Priority = 230)]
    3636  public class DeceptiveTrapProblem : BinaryProblem {
Note: See TracChangeset for help on using the changeset viewer.