Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/07/10 05:22:33 (14 years ago)
Author:
swagner
Message:

Continued work on algorithm batch processing (#947).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealing.cs

    r3275 r3280  
    133133    #endregion
    134134
    135     [StorableConstructor]
    136     private SimulatedAnnealing(bool deserializing) : base() { }
    137135    public SimulatedAnnealing()
    138136      : base() {
     
    175173      Initialize();
    176174    }
     175    [StorableConstructor]
     176    private SimulatedAnnealing(bool deserializing) : base(deserializing) { }
    177177
    178178    public override IDeepCloneable Clone(Cloner cloner) {
Note: See TracChangeset for help on using the changeset viewer.