Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/16/15 14:34:46 (8 years ago)
Author:
abeham
Message:

#2454: added some acronyms

File:
1 edited

Legend:

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

    r12504 r13173  
    3838  /// A genetic algorithm.
    3939  /// </summary>
    40   [Item("Genetic Algorithm", "A genetic algorithm.")]
    41   [Creatable(CreatableAttribute.Categories.PopulationBasedAlgorithms,Priority = 100)]
     40  [Item("Genetic Algorithm (GA)", "A genetic algorithm.")]
     41  [Creatable(CreatableAttribute.Categories.PopulationBasedAlgorithms, Priority = 100)]
    4242  [StorableClass]
    4343  public sealed class GeneticAlgorithm : HeuristicOptimizationEngineAlgorithm, IStorableContent {
Note: See TracChangeset for help on using the changeset viewer.