Changeset 5863 for trunk/sources/HeuristicLab.Problems.ArtificialAnt
- Timestamp:
- 03/29/11 14:58:40 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.3/Analyzers/BestAntTrailAnalyzer.cs
r5445 r5863 29 29 using HeuristicLab.Parameters; 30 30 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 31 using HeuristicLab.PluginInfrastructure; 31 32 32 33 namespace HeuristicLab.Problems.ArtificialAnt.Analyzers { … … 36 37 [Item("BestAntTrailAnalyzer", "An operator for analyzing the best ant trail of an artificial ant problem.")] 37 38 [StorableClass] 39 [NonDiscoverableType] 38 40 public sealed class BestAntTrailAnalyzer : SingleSuccessorOperator, IAntTrailAnalyzer { 39 41 public ILookupParameter<BoolMatrix> WorldParameter {
Note: See TracChangeset
for help on using the changeset viewer.