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/Operators/Crossovers/DoubleValue/AverageDoubleValueCrossover.cs

    r6017 r16574  
    1010using HeuristicLab.Common;
    1111using HeuristicLab.Data;
     12using HEAL.Attic;
    1213
    1314namespace HeuristicLab.Problems.MetaOptimization {
    14   [StorableClass]
     15  [StorableType("75E138C6-228B-4501-AE53-D23BCA90AF51")]
    1516  public class AverageDoubleValueCrossover : SingleSuccessorOperator, IDoubleValueCrossover, IStochasticOperator {
    1617    public ILookupParameter<IRandom> RandomParameter {
     
    2021    public AverageDoubleValueCrossover() { }
    2122    [StorableConstructor]
    22     protected AverageDoubleValueCrossover(bool deserializing) : base(deserializing) { }
     23    protected AverageDoubleValueCrossover(StorableConstructorFlag _) : base(_) { }
    2324    protected AverageDoubleValueCrossover(AverageDoubleValueCrossover original, Cloner cloner)
    2425      : base(original, cloner) {
Note: See TracChangeset for help on using the changeset viewer.