Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/29/11 14:58:40 (13 years ago)
Author:
mkommend
Message:

#1418: Added NonDiscoverableType attribute to outdated analyzers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.3/Analyzers/BestAntTrailAnalyzer.cs

    r5445 r5863  
    2929using HeuristicLab.Parameters;
    3030using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     31using HeuristicLab.PluginInfrastructure;
    3132
    3233namespace HeuristicLab.Problems.ArtificialAnt.Analyzers {
     
    3637  [Item("BestAntTrailAnalyzer", "An operator for analyzing the best ant trail of an artificial ant problem.")]
    3738  [StorableClass]
     39  [NonDiscoverableType]
    3840  public sealed class BestAntTrailAnalyzer : SingleSuccessorOperator, IAntTrailAnalyzer {
    3941    public ILookupParameter<BoolMatrix> WorldParameter {
Note: See TracChangeset for help on using the changeset viewer.