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.Problems.BinaryVector/3.3/DeceptiveTrapProblem.cs

    r11956 r11960  
    3030
    3131namespace HeuristicLab.Problems.BinaryVector {
    32   // This code is based off the publication
    33   // B. W. Goldman and W. F. Punch, "Parameter-less Population Pyramid," GECCO, pp. 785–792, 2014
    34   // and the original source code in C++11 available from: https://github.com/brianwgoldman/Parameter-less_Population_Pyramid
    3532  [Item("Deceptive Trap Problem", "Genome encodes completely separable blocks, where each block is fully deceptive.")]
    3633  [StorableClass]
    37   [Creatable("Parameterless Population Pyramid")]
     34  [Creatable("Problems")]
    3835  public class DeceptiveTrapProblem : BinaryVectorProblem {
    3936    [StorableConstructor]
Note: See TracChangeset for help on using the changeset viewer.