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/Encoding/RangeConstraints/ConstrainedValue.cs

    r6197 r16574  
    44using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    55using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     6using HEAL.Attic;
    67
    78namespace HeuristicLab.Problems.MetaOptimization {
    8   [StorableClass]
     9  [StorableType("1808A256-5462-46DE-A18D-33BAD002E1F9")]
    910  public class ConstrainedValue : Item {
    1011    [Storable]
     
    6869    public ConstrainedValue() { }
    6970    [StorableConstructor]
    70     protected ConstrainedValue(bool deserializing) : base(deserializing) { }
     71    protected ConstrainedValue(StorableConstructorFlag _) : base(_) { }
    7172    public ConstrainedValue(IItem value, Type valueDataType, IItemSet<IItem> validValues, bool isNullable) {
    7273      this.Value = value;
Note: See TracChangeset for help on using the changeset viewer.