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/Analyzers/PMOBestSolutionHistoryAnalyzer.cs

    r7173 r16574  
    77using HeuristicLab.Parameters;
    88using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     9using HEAL.Attic;
    910
    1011namespace HeuristicLab.Problems.MetaOptimization {
     
    1314  /// </summary>
    1415  [Item("PMOBestSolutionHistoryAnalyzer", "")]
    15   [StorableClass]
     16  [StorableType("7B257F08-ACCC-4FDF-961A-412344994AD1")]
    1617  public sealed class PMOBestSolutionHistoryAnalyzer : SingleSuccessorOperator, IAnalyzer {
    1718
     
    5051
    5152    [StorableConstructor]
    52     private PMOBestSolutionHistoryAnalyzer(bool deserializing) : base(deserializing) { }
     53    private PMOBestSolutionHistoryAnalyzer(StorableConstructorFlag _) : base(_) { }
    5354    private PMOBestSolutionHistoryAnalyzer(PMOBestSolutionHistoryAnalyzer original, Cloner cloner) : base(original, cloner) { }
    5455    public override IDeepCloneable Clone(Cloner cloner) {
Note: See TracChangeset for help on using the changeset viewer.