Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 11:41:43 (7 years ago)
Author:
gkronber
Message:

#2520

  • renamed StorableClass -> StorableType
  • changed persistence to use GUIDs instead of type names
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.3/ArtificialAnt/GEArtificialAntProblem.cs

    r13368 r14711  
    4040namespace HeuristicLab.Problems.GrammaticalEvolution {
    4141  [Item("Grammatical Evolution Artificial Ant Problem", "Represents the Artificial Ant problem, implemented in Grammatical Evolution.")]
    42   [StorableClass("E00E2FDA-5F9D-405B-87DE-446B8F0FE88F")]
     42  [StorableType("E00E2FDA-5F9D-405B-87DE-446B8F0FE88F")]
    4343  public sealed class GEArtificialAntProblem : SingleObjectiveHeuristicOptimizationProblem<GEArtificialAntEvaluator, IIntegerVectorCreator>, IStorableContent {
    4444    public string Filename { get; set; }
Note: See TracChangeset for help on using the changeset viewer.