Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/15 18:21:19 (9 years ago)
Author:
dglaser
Message:

#2388: Merged trunk into HiveStatistics branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Problems.Binary/3.3/HIFFProblem.cs

    r11996 r12515  
    3131  [Item("Hierararchical If and only If problem", "Genome evaluated in nested subsets to see if each subset contains either all 0s or all 1s.")]
    3232  [StorableClass]
    33   [Creatable("Problems")]
     33  [Creatable(CreatableAttribute.Categories.CombinatorialProblems, Priority = 220)]
    3434  public class HIFFProblem : BinaryProblem {
    3535    [StorableConstructor]
     
    4848    public HIFFProblem()
    4949      : base() {
    50         Encoding.Length = 64;
     50      Encoding.Length = 64;
    5151    }
    5252    // In the GECCO paper, Section 4.1
Note: See TracChangeset for help on using the changeset viewer.