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

    r12012 r12515  
    2525using HeuristicLab.Core;
    2626using HeuristicLab.Encodings.BinaryVectorEncoding;
    27 using HeuristicLab.Optimization;
    2827using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2928
    3029namespace HeuristicLab.Problems.Binary {
    3130  [Item("One Max Problem", "Represents a problem whose objective is to maximize the number of true values.")]
    32   [Creatable("Problems")]
     31  [Creatable(CreatableAttribute.Categories.CombinatorialProblems, Priority = 210)]
    3332  [StorableClass]
    3433  public class OneMaxProblem : BinaryProblem {
Note: See TracChangeset for help on using the changeset viewer.