Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/06/15 16:24:33 (10 years ago)
Author:
mkommend
Message:

#2282: Changed creatable attribute and project files in P3.

File:
1 edited

Legend:

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

    r11956 r11960  
    3939  // B. W. Goldman and W. F. Punch, "Parameter-less Population Pyramid," GECCO, pp. 785–792, 2014
    4040  // and the original source code in C++11 available from: https://github.com/brianwgoldman/Parameter-less_Population_Pyramid
    41   [Item("Hill Climber", "Test algorithm.")]
     41  [Item("Hill Climber", "Binary Hill Climber.")]
    4242  [StorableClass]
    43   [Creatable("Parameterless Population Pyramid")]
     43  [Creatable("Algorithms")]
    4444  public class HillClimber : BasicAlgorithm {
    4545    [Storable]
Note: See TracChangeset for help on using the changeset viewer.