Free cookie consent management tool by TermsFeed Policy Generator

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

#2520 added guids to storable classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Problems.ArtificialAnt/3.4/ArtificialAntProblem.cs

    r12895 r13368  
    3535namespace HeuristicLab.Problems.ArtificialAnt {
    3636  [Item("Artificial Ant Problem", "Represents the Artificial Ant problem.")]
    37   [StorableClass]
     37  [StorableClass("B0A00A14-1243-4823-90A6-F66DC6F05367")]
    3838  public sealed class ArtificialAntProblem : SingleObjectiveHeuristicOptimizationProblem<Evaluator, ISymbolicExpressionTreeCreator>, IStorableContent {
    3939    public string Filename { get; set; }
Note: See TracChangeset for help on using the changeset viewer.