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/ParameterlessPopulationPyramid.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("Parameter-less Population Pyramid", "Binary value optimization algorithm which requires no configuration.")]
     41  [Item("Parameter-less Population Pyramid", "Binary value optimization algorithm which requires no configuration. B. W. Goldman and W. F. Punch, Parameter-less Population Pyramid, GECCO, pp. 785–792, 2014")]
    4242  [StorableClass]
    43   [Creatable("Parameterless Population Pyramid")]
     43  [Creatable("Algorithms")]
    4444  public class ParameterlessPopulationPyramid : BasicAlgorithm {
    4545    public override Type ProblemType {
Note: See TracChangeset for help on using the changeset viewer.