Free cookie consent management tool by TermsFeed Policy Generator

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

#2454: added some acronyms

File:
1 edited

Legend:

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

    r12504 r13173  
    4040  // B. W. Goldman and W. F. Punch, "Parameter-less Population Pyramid," GECCO, pp. 785–792, 2014
    4141  // and the original source code in C++11 available from: https://github.com/brianwgoldman/Parameter-less_Population_Pyramid
    42   [Item("Hill Climber", "Binary Hill Climber.")]
     42  [Item("Hill Climber (HC)", "Binary Hill Climber.")]
    4343  [StorableClass]
    4444  [Creatable(CreatableAttribute.Categories.SingleSolutionAlgorithms, Priority = 150)]
Note: See TracChangeset for help on using the changeset viewer.