Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 11:41:43 (8 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.VehicleRouting/3.4/Encodings/Zhu/ZhuEncoding.cs

    r13368 r14711  
    3030namespace HeuristicLab.Problems.VehicleRouting.Encodings.Zhu {
    3131  [Item("ZhuEncoding", "Represents a Zhu encoding of VRP solutions. It is implemented as described in Zhu, K.Q. (2000). A New Genetic Algorithm For VRPTW. Proceedings of the International Conference on Artificial Intelligence.")]
    32   [StorableClass("0B507C1E-8393-4A6F-B3FE-43D78E9AC0AF")]
     32  [StorableType("0B507C1E-8393-4A6F-B3FE-43D78E9AC0AF")]
    3333  public class ZhuEncoding : General.PermutationEncoding {
    3434    #region IVRPEncoding Members
Note: See TracChangeset for help on using the changeset viewer.