Changeset 3769 for trunk/sources
- Timestamp:
- 05/11/10 15:20:28 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Selection/3.3/OffspringSelector.cs
r3744 r3769 114 114 // implement the ActualValue fetch here - otherwise the parent scope would also be included, given that there may be 1000 or more parents, this is quite unnecessary 115 115 string tname = SuccessfulOffspringParameter.TranslatedName; 116 double tmpSelPress = selectionPressure.Value, tmpSelPressInc = 1.0 / offspringSize;116 double tmpSelPress = selectionPressure.Value, tmpSelPressInc = 1.0 / populationSize; 117 117 for (int i = 0; i < offspringSize; i++) { 118 118 // fetch value
Note: See TracChangeset
for help on using the changeset viewer.