Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/15/10 00:16:36 (14 years ago)
Author:
swagner
Message:

Fixed capitalization of algorithm names (#893)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.SGA/3.3/SGAMainLoop.cs

    r3021 r3026  
    3131namespace HeuristicLab.Algorithms.SGA {
    3232  /// <summary>
    33   /// An operator which represents the main loop of a Standard Genetic Algorithm.
     33  /// An operator which represents the main loop of a standard genetic algorithm (SGA).
    3434  /// </summary>
    35   [Item("SGAMainLoop", "An operator which represents the main loop of a Standard Genetic Algorithm.")]
     35  [Item("SGAMainLoop", "An operator which represents the main loop of a standard genetic algorithm (SGA).")]
    3636  [Creatable("Test")]
    3737  [StorableClass]
Note: See TracChangeset for help on using the changeset viewer.