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

    r13368 r14711  
    3030  [Item("One Max Problem", "Represents a problem whose objective is to maximize the number of true values.")]
    3131  [Creatable(CreatableAttribute.Categories.CombinatorialProblems, Priority = 210)]
    32   [StorableClass("16EA16EB-681E-4FDC-AE63-BB96067812BD")]
     32  [StorableType("16EA16EB-681E-4FDC-AE63-BB96067812BD")]
    3333  public class OneMaxProblem : BinaryProblem {
    3434    public override bool Maximization {
Note: See TracChangeset for help on using the changeset viewer.