Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/22/11 23:45:47 (13 years ago)
Author:
mkommend
Message:

#1418: Added NonDiscoverableType attribute to outdated algorithms and problems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Classification/3.3/SingleObjectiveClassificationProblem.cs

    r5578 r5802  
    2626using HeuristicLab.Parameters;
    2727using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     28using HeuristicLab.PluginInfrastructure;
    2829
    2930namespace HeuristicLab.Problems.DataAnalysis.Classification {
    3031  [Item("Classification Problem", "Represents a classfication problem.")]
    3132  [StorableClass]
     33  [NonDiscoverableType]
    3234  public abstract class SingleObjectiveClassificationProblem<T, U> : SingleObjectiveHeuristicOptimizationProblem<T, U>, ISingleObjectiveDataAnalysisProblem
    3335    where T : class, ISingleObjectiveEvaluator
Note: See TracChangeset for help on using the changeset viewer.