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/Evaluators/AlgorithmSubScopesCreator.cs

    r6018 r16574  
    77using HeuristicLab.Parameters;
    88using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     9using HEAL.Attic;
    910
    1011namespace HeuristicLab.Problems.MetaOptimization {
    1112  [Item("AlgorithmSubScopesCreator", "An operator which ...")]
    12   [StorableClass]
     13  [StorableType("4569682A-267C-4471-93F4-5CB202E36B0B")]
    1314  public class AlgorithmSubScopesCreator : SingleSuccessorOperator {
    1415    #region Parameter properties
     
    3435
    3536    [StorableConstructor]
    36     protected AlgorithmSubScopesCreator(bool deserializing) : base(deserializing) { }
     37    protected AlgorithmSubScopesCreator(StorableConstructorFlag _) : base(_) { }
    3738    public AlgorithmSubScopesCreator()
    3839      : base() {
Note: See TracChangeset for help on using the changeset viewer.