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

    r11987 r12504  
    3232  [Item("Deceptive Step Trap Problem", "Genome encodes completely separable blocks, where each block deceptive with fitness plateaus.")]
    3333  [StorableClass]
    34   [Creatable("Problems")]
     34  [Creatable(CreatableAttribute.Categories.CombinatorialProblems, Priority = 230)]
    3535  public class DeceptiveStepTrapProblem : DeceptiveTrapProblem {
    3636    [StorableConstructor]
Note: See TracChangeset for help on using the changeset viewer.