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

    r6421 r16574  
    66using HeuristicLab.Parameters;
    77using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     8using HEAL.Attic;
    89
    910namespace HeuristicLab.Problems.MetaOptimization {
    1011  [Item("PMOEvaluator", "An operator which represents the main loop of a genetic algorithm.")]
    11   [StorableClass]
     12  [StorableType("20F53B3F-5618-452C-B180-247A530EB7FB")]
    1213  public class PMOEvaluator : AlgorithmOperator, IParameterConfigurationEvaluator {
    1314
     
    4647
    4748    [StorableConstructor]
    48     protected PMOEvaluator(bool deserializing) : base(deserializing) { }
     49    protected PMOEvaluator(StorableConstructorFlag _) : base(_) { }
    4950    public PMOEvaluator() {
    5051      Initialize();
Note: See TracChangeset for help on using the changeset viewer.