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/HIFFProblem.cs

    r11956 r11960  
    2828
    2929namespace HeuristicLab.Problems.BinaryVector {
    30   // This code is based off the publication
    31   // B. W. Goldman and W. F. Punch, "Parameter-less Population Pyramid," GECCO, pp. 785–792, 2014
    32   // and the original source code in C++11 available from: https://github.com/brianwgoldman/Parameter-less_Population_Pyramid
    3330  [Item("Hierararchical If and only If problem", "Genome evaluated in nested subsets to see if each subset contains either all 0s or all 1s.")]
    3431  [StorableClass]
    35   [Creatable("Parameterless Population Pyramid")]
     32  [Creatable("Problems")]
    3633  public class HIFFProblem : BinaryVectorProblem {
    3734    [StorableConstructor]
Note: See TracChangeset for help on using the changeset viewer.