Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/13/15 14:46:45 (9 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.ExternalEvaluation/3.3/ExternalEvaluationProblem.cs

    r11961 r12004  
    3333using HeuristicLab.Parameters;
    3434using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     35using HeuristicLab.PluginInfrastructure;
    3536
    3637namespace HeuristicLab.Problems.ExternalEvaluation {
    3738  [Item("External Evaluation Problem", "A problem that is evaluated in a different process.")]
    3839  [StorableClass]
     40  [NonDiscoverableType]
    3941  public sealed class ExternalEvaluationProblem : ParameterizedNamedItem, ISingleObjectiveHeuristicOptimizationProblem, IStorableContent {
    4042    public string Filename { get; set; }
Note: See TracChangeset for help on using the changeset viewer.