Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/13/15 14:46:45 (10 years ago)
Author:
abeham
Message:

#2174: Added non-discoverable attribute to the outdated problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.OneMax/3.3/OneMaxProblem.cs

    r11994 r12004  
    3535  [Item("OneMax Problem", "Represents a OneMax Problem.")]
    3636  [StorableClass]
     37  [NonDiscoverableType]
    3738  public sealed class OneMaxProblem : SingleObjectiveHeuristicOptimizationProblem<IOneMaxEvaluator, IBinaryVectorCreator>, IStorableContent {
    3839    public string Filename { get; set; }
Note: See TracChangeset for help on using the changeset viewer.