- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.ArtificialAnt/3.4/Analyzers/BestAntTrailAnalyzer.cs
r13368 r14711 35 35 /// </summary> 36 36 [Item("BestAntTrailAnalyzer", "An operator for analyzing the best ant trail of an artificial ant problem.")] 37 [Storable Class("3D72FA3E-4A4E-4FBA-A8EF-477D780C6658")]37 [StorableType("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.