Changeset 11864 for branches/HeuristicLab.EvolutionTracking/HeuristicLab.Problems.TravelingSalesman/3.3/Analyzers
- Timestamp:
- 02/02/15 17:23:33 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.EvolutionTracking/HeuristicLab.Problems.TravelingSalesman/3.3/Analyzers/TSPGenealogyAnalyzer.cs
r10300 r11864 8 8 [Item("TSPGenealogyAnalyzer", "A genealogy analyzer for permutation encodings.")] 9 9 public class TSPGenealogyAnalyzer : GenealogyAnalyzer<Permutation> { 10 public TSPGenealogyAnalyzer() { } 11 12 [StorableConstructor] 13 protected TSPGenealogyAnalyzer(bool deserializing) : base(deserializing) { } 10 14 } 11 15 }
Note: See TracChangeset
for help on using the changeset viewer.