Changeset 1157 for trunk/sources/HeuristicLab.Selection.OffspringSelection
- Timestamp:
- 01/21/09 11:36:53 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Selection.OffspringSelection
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Selection.OffspringSelection/OffspringAnalyzer.cs
r1153 r1157 64 64 /// smaller than 1.</exception> 65 65 /// <param name="scope">The scope whose offspring should be analyzed.</param> 66 /// <returns>The next operation or null.</returns>66 /// <returns>The next operation or <c>null</c>.</returns> 67 67 public override IOperation Apply(IScope scope) { 68 68 bool maximize = GetVariableValue<BoolData>("Maximization", scope, true).Data; -
trunk/sources/HeuristicLab.Selection.OffspringSelection/OffspringSelector.cs
r1153 r1157 56 56 /// </summary> 57 57 /// <param name="scope">The current scope of the parents and the children.</param> 58 /// <returns>The next operation or null.</returns>58 /// <returns>The next operation or <c>null</c>.</returns> 59 59 public override IOperation Apply(IScope scope) { 60 60 double selectionPressureLimit = GetVariableValue<DoubleData>("SelectionPressureLimit", scope, true).Data;
Note: See TracChangeset
for help on using the changeset viewer.