Changeset 13164 for trunk/sources/HeuristicLab.Selection
- Timestamp:
- 11/15/15 17:27:31 (9 years ago)
- 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 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 161 161 } else successfulOffspring = OffspringPopulationWinnersParameter.ActualValue; 162 162 163 int successfulOffspringNeeded = (int)((successRatio) * populationSize) - (successfulOffspring.Value);164 163 int successfulOffspringAdded = 0; 165 164 -
trunk/sources/HeuristicLab.Selection/3.3/HeuristicLab.Selection-3.3.csproj
r11623 r13164 119 119 <Compile Include="ConditionalSelector.cs" /> 120 120 <Compile Include="CrowdedTournamentSelector.cs" /> 121 <Compile Include="EvolutionStrategyOffspringSelector.cs" /> 121 122 <Compile Include="GeneralizedRankSelector.cs" /> 122 123 <Compile Include="LeftSelector.cs" />
Note: See TracChangeset
for help on using the changeset viewer.