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/ParameterConfigurations/ParameterConfiguration.cs

    r8087 r16574  
    1313using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    1414using HeuristicLab.PluginInfrastructure;
     15using HEAL.Attic;
    1516
    1617namespace HeuristicLab.Problems.MetaOptimization {
    17   [StorableClass]
     18  [StorableType("8B47B960-3147-42AE-8AEC-C485D6A455F6")]
    1819  public class ParameterConfiguration : Item, IParameterConfiguration, IStorableContent {
    1920    public bool IsOptimizable {
     
    212213    protected ParameterConfiguration() { }
    213214    [StorableConstructor]
    214     protected ParameterConfiguration(bool deserializing) { }
     215    protected ParameterConfiguration(StorableConstructorFlag _) { }
    215216
    216217    protected ParameterConfiguration(ParameterConfiguration original, Cloner cloner)
Note: See TracChangeset for help on using the changeset viewer.