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)

Location:
trunk/sources/HeuristicLab.Selection.OffspringSelection
Files:
2 edited

Legend:

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

    r1153 r1157  
    6464    /// smaller than 1.</exception>
    6565    /// <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>
    6767    public override IOperation Apply(IScope scope) {
    6868      bool maximize = GetVariableValue<BoolData>("Maximization", scope, true).Data;
  • 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.