Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/10/10 18:28:50 (15 years ago)
Author:
epitzer
Message:

Make StorableClass attribute compulsory for StorableSerializer to work, add named property StorableClassType to choose between Empty and MarkedOnly, later other options will be added. (#548)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.SGA/3.3/SGA.cs

    r2986 r2994  
    3838  [Item("SGA", "A standard genetic algorithm.")]
    3939  [Creatable("Algorithms")]
    40   [EmptyStorableClass]
     40  [StorableClass(StorableClassType.Empty)]
    4141  public sealed class SGA : EngineAlgorithm {
    4242    #region Problem Properties
Note: See TracChangeset for help on using the changeset viewer.