Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/15 10:30:06 (9 years ago)
Author:
mkommend
Message:

#2025: Changed categories for all creatables.

File:
1 edited

Legend:

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

    r11996 r12504  
    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.