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.TestFunctions/3.3/SingleObjectiveTestFunctionProblem.cs

    r12126 r12504  
    3636
    3737namespace HeuristicLab.Problems.TestFunctions {
    38   [Item("Single Objective Test Function", "Test function with real valued inputs and a single objective.")]
     38  [Item("Test Function (single-objective)", "Test function with real valued inputs and a single objective.")]
    3939  [StorableClass]
    40   [Creatable("Problems")]
     40  [Creatable(CreatableAttribute.Categories.Problems, Priority = 90)]
    4141  public sealed class SingleObjectiveTestFunctionProblem : SingleObjectiveHeuristicOptimizationProblem<ISingleObjectiveTestFunctionProblemEvaluator, IRealVectorCreator>, IStorableContent, IProblemInstanceConsumer<SOTFData> {
    4242    public string Filename { get; set; }
Note: See TracChangeset for help on using the changeset viewer.