Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/19/12 10:11:48 (11 years ago)
Author:
mkommend
Message:

#1996: Updated comments for backwards compatibility regions in IslandGA and IslandGAMainLoop.

File:
1 edited

Legend:

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

    r9039 r9076  
    260260      // BackwardsCompatibility3.3
    261261      // the global random is resetted to ensure the same algorithm results
    262       #region Backwards compatible code, remove with 3.4
     262      #region Backwards compatible code, remove global random resetter with 3.4 and rewire the operator graph
    263263      globalRandomResetter.RandomParameter.ActualName = "GlobalRandom";
    264264      globalRandomResetter.SeedParameter.ActualName = SeedParameter.Name;
Note: See TracChangeset for help on using the changeset viewer.