Changeset 4849 for trunk/sources/HeuristicLab.Problems.TravelingSalesman
- Timestamp:
- 11/19/10 13:43:32 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TravelingSalesman/3.3/Analyzers/TSPAlleleFrequencyAnalyzer.cs
r4722 r4849 45 45 public TSPAlleleFrequencyAnalyzer() 46 46 : base() { 47 Parameters.Add(new LookupParameter<DoubleMatrix>("Coordinates", "The x- and y- Coordinates of the cities."));47 Parameters.Add(new LookupParameter<DoubleMatrix>("Coordinates", "The x- and y-coordinates of the cities.")); 48 48 } 49 49
Note: See TracChangeset
for help on using the changeset viewer.