Last change
on this file since 11638 was
10300,
checked in by bburlacu, 11 years ago
|
#1772: Cleaned up the design of the generic genealogy analyzer and related classes, created generic genealogy graph view. Added instrumentation code to TravelingSalesmapProblem.cs allowing genealogy tracking. Merged trunk changes (instrumentation for multi operators).
|
File size:
439 bytes
|
Line | |
---|
1 | using HeuristicLab.Core;
|
---|
2 | using HeuristicLab.Encodings.PermutationEncoding;
|
---|
3 | using HeuristicLab.EvolutionTracking;
|
---|
4 | using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
|
---|
5 |
|
---|
6 | namespace HeuristicLab.Problems.TravelingSalesman.Analyzers {
|
---|
7 | [StorableClass]
|
---|
8 | [Item("TSPGenealogyAnalyzer", "A genealogy analyzer for permutation encodings.")]
|
---|
9 | public class TSPGenealogyAnalyzer : GenealogyAnalyzer<Permutation> {
|
---|
10 | }
|
---|
11 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.