Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/05/13 17:52:32 (11 years ago)
Author:
abeham
Message:

#2038: Added tagging comment

File:
1 edited

Legend:

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

    r9591 r9592  
    200200    [StorableHook(HookType.AfterDeserialization)]
    201201    private void AfterDeserialization() {
     202      // BackwardsCompatibility3.3
    202203      #region Backwards compatible code, remove with 3.4
    203204      if (!Parameters.ContainsKey("ReevaluateElites")) {
Note: See TracChangeset for help on using the changeset viewer.