Changeset 7172 for trunk/sources/HeuristicLab.Problems.ArtificialAnt
- Timestamp:
- 12/12/11 03:39:04 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.4/Analyzers/BestAntTrailAnalyzer.cs
r5809 r7172 37 37 [StorableClass] 38 38 public sealed class BestAntTrailAnalyzer : SingleSuccessorOperator, IAntTrailAnalyzer { 39 public bool EnabledByDefault { 40 get { return true; } 41 } 42 39 43 public ILookupParameter<BoolMatrix> WorldParameter { 40 44 get { return (ILookupParameter<BoolMatrix>)Parameters["World"]; }
Note: See TracChangeset
for help on using the changeset viewer.