- Timestamp:
- 03/22/11 23:45:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.ArtificialAnt/3.3/ArtificialAntProblem.cs
r5625 r5802 40 40 [Item("Artificial Ant Problem", "Represents the Artificial Ant problem.")] 41 41 [StorableClass] 42 [NonDiscoverableType] 42 43 public sealed class ArtificialAntProblem : ParameterizedNamedItem, ISingleObjectiveHeuristicOptimizationProblem, IStorableContent { 43 44 public string Filename { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.