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/PMOPopulationDiversityAnalyzer.cs

    r5522 r16574  
    77using HeuristicLab.Core;
    88using HeuristicLab.Analysis;
     9using HEAL.Attic;
    910
    1011namespace HeuristicLab.Problems.MetaOptimization {
     
    1314  /// </summary>
    1415  [Item("PMOPopulationDiversityAnalyzer", "An operator for analyzing the diversity of solutions of Parameter Meta-Optimization.")]
    15   [StorableClass]
     16  [StorableType("6B841AFF-BEE0-484D-AC84-26368854852A")]
    1617  public sealed class PMOPopulationDiversityAnalyzer : PopulationDiversityAnalyzer<ParameterConfigurationTree> {
    1718    [StorableConstructor]
    18     private PMOPopulationDiversityAnalyzer(bool deserializing) : base(deserializing) { }
     19    private PMOPopulationDiversityAnalyzer(StorableConstructorFlag _) : base(_) { }
    1920    private PMOPopulationDiversityAnalyzer(PMOPopulationDiversityAnalyzer original, Cloner cloner) : base(original, cloner) { }
    2021    public PMOPopulationDiversityAnalyzer() : base() { }
Note: See TracChangeset for help on using the changeset viewer.