Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/27/10 09:24:42 (14 years ago)
Author:
swinkler
Message:

Corrected comments and descriptions (#1182); formatted code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Knapsack/3.3/Evaluators/KnapsackEvaluator.cs

    r4068 r4513  
    3030namespace HeuristicLab.Problems.Knapsack {
    3131  /// <summary>
    32   /// A base class for operators which evaluates Knapsack solutions given in BinaryVector encoding.
     32  /// A base class for operators which evaluate Knapsack solutions given in BinaryVector encoding.
    3333  /// </summary>
    3434  [Item("KnapsackEvaluator", "Evaluates solutions for the Knapsack problem.")]
Note: See TracChangeset for help on using the changeset viewer.