Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/15/15 17:27:31 (9 years ago)
Author:
gkronber
Message:

#2478: copied selected parts from OSES branch to trunk

Location:
trunk/sources/HeuristicLab.Selection/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Selection/3.3/EvolutionStrategyOffspringSelector.cs

    r13163 r13164  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    161161      } else successfulOffspring = OffspringPopulationWinnersParameter.ActualValue;
    162162
    163       int successfulOffspringNeeded = (int)((successRatio) * populationSize) - (successfulOffspring.Value);
    164163      int successfulOffspringAdded = 0;
    165164
  • trunk/sources/HeuristicLab.Selection/3.3/HeuristicLab.Selection-3.3.csproj

    r11623 r13164  
    119119    <Compile Include="ConditionalSelector.cs" />
    120120    <Compile Include="CrowdedTournamentSelector.cs" />
     121    <Compile Include="EvolutionStrategyOffspringSelector.cs" />
    121122    <Compile Include="GeneralizedRankSelector.cs" />
    122123    <Compile Include="LeftSelector.cs" />
Note: See TracChangeset for help on using the changeset viewer.