Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/26/15 15:27:58 (9 years ago)
Author:
pfleck
Message:

#2269

  • Changed default setting of selector for ALPS.
  • Fixed automatic LayerResult wiring.
File:
1 edited

Legend:

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

    r12186 r12260  
    196196      var tournamentSelector = SelectorParameter.ValidValues.OfType<TournamentSelector>().FirstOrDefault();
    197197      if (tournamentSelector != null) {
    198         tournamentSelector.GroupSizeParameter.Value = new IntValue(5);
     198        tournamentSelector.GroupSizeParameter.Value = new IntValue(4);
    199199        SelectorParameter.Value = tournamentSelector;
    200200      }
Note: See TracChangeset for help on using the changeset viewer.