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/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;
Note: See TracChangeset for help on using the changeset viewer.