Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/03/15 17:48:37 (9 years ago)
Author:
pfleck
Message:

#2269 Some small changes.

File:
1 edited

Legend:

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

    r13096 r13113  
    4040
    4141      // Operator starts with calculating number of selected scopes base on plus/comma-selection replacement scheme
    42       var numberOfSelectedSubScopesCalculator = new ExpressionCalculator() { Name = "NumberOfSelectedSubScopes = 2 * (PopulationSize - if PlusSelection then 0 else Elites)" };
     42      var numberOfSelectedSubScopesCalculator = new ExpressionCalculator() { Name = "NumberOfSelectedSubScopes = 2 * (PopulationSize - (PlusSelection ? 0 : Elites))" };
    4343      var replacementBranch = new ConditionalBranch() { Name = "PlusSelection?" };
    4444
Note: See TracChangeset for help on using the changeset viewer.