- Timestamp:
- 11/24/15 17:08:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.ArtificialAnt/3.4/Analyzers/BestAntTrailAnalyzer.cs
r12012 r13368 35 35 /// </summary> 36 36 [Item("BestAntTrailAnalyzer", "An operator for analyzing the best ant trail of an artificial ant problem.")] 37 [StorableClass ]37 [StorableClass("3D72FA3E-4A4E-4FBA-A8EF-477D780C6658")] 38 38 public sealed class BestAntTrailAnalyzer : SingleSuccessorOperator, IAntTrailAnalyzer, ISingleObjectiveOperator { 39 39 public bool EnabledByDefault {
Note: See TracChangeset
for help on using the changeset viewer.