Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/19 18:16:20 (5 years ago)
Author:
gkronber
Message:

#2520: changed HeuristicLab.MetaOptimization addon to compile with new HL.Persistence

Location:
addons/HeuristicLab.MetaOptimization
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.MetaOptimization

    • Property svn:ignore
      •  

        old new  
        88HeuristicLab.MetaOptimization.sln.docstates.suo
        99_ReSharper.HeuristicLab.MetaOptimization
         10packages
  • addons/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/Encoding/ValueConfigurations/ParameterizedValueConfiguration.cs

    r9827 r16574  
    66using HeuristicLab.Core;
    77using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     8using HEAL.Attic;
    89
    910namespace HeuristicLab.Problems.MetaOptimization {
    10   [StorableClass]
     11  [StorableType("83FF6734-0E00-4072-A8F0-9009772E5C04")]
    1112  public class ParameterizedValueConfiguration : ValueConfiguration {
    1213    [Storable]
     
    6162    #region Constructors and Cloning
    6263    [StorableConstructor]
    63     protected ParameterizedValueConfiguration(bool deserializing) : base(deserializing) { }
     64    protected ParameterizedValueConfiguration(StorableConstructorFlag _) : base(_) { }
    6465    protected ParameterizedValueConfiguration()
    6566      : base() {
Note: See TracChangeset for help on using the changeset viewer.