Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/21/09 11:36:53 (15 years ago)
Author:
vdorfer
Message:

Created API documentation for HeuristicLab.IntVector namespace and changed some comments in HeuristicLab.Random and HeuristicLab.Selection.Offspring namespace(#331)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Selection.OffspringSelection/OffspringSelector.cs

    r1153 r1157  
    5656    /// </summary>
    5757    /// <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>
    5959    public override IOperation Apply(IScope scope) {
    6060      double selectionPressureLimit = GetVariableValue<DoubleData>("SelectionPressureLimit", scope, true).Data;
Note: See TracChangeset for help on using the changeset viewer.