Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/01/14 16:23:24 (9 years ago)
Author:
pfleck
Message:

#2269

  • Fixed Bugs with Per-Layer-Results.
  • Fixed Bugs in EldersSelector.
  • Added LayerCreator instead of LastSubScopeCloner for avoiding operators for some temporary hacks.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/MatingPoolCreator.cs

    r11586 r11609  
    4545      var subPopulations = ExecutionContext.Scope.SubScopes;
    4646
    47       for (int i = subPopulations.Count - 1; i > 0; i++) {
     47      for (int i = subPopulations.Count - 1; i > 0; i--) {
    4848        var currentSubPopulation = subPopulations[i].SubScopes;
    4949        var prevSubPopulation = subPopulations[i - 1].SubScopes;
Note: See TracChangeset for help on using the changeset viewer.