Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/03/11 02:10:58 (13 years ago)
Author:
swagner
Message:

Enabled one-way serialization for persistence property algorithm in BatchRun (#1378)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization/3.3/BatchRun.cs

    r5300 r5409  
    101101    // BackwardsCompatibility3.3
    102102    #region Backwards compatible code (remove with 3.4)
    103     [Storable]
     103    [Storable(AllowOneWay = true)]
    104104    private IAlgorithm algorithm {
    105       get { return null; }
    106105      set { optimizer = value; }
    107106    }
Note: See TracChangeset for help on using the changeset viewer.