Changeset 14140 for trunk/sources/HeuristicLab.Problems.QuadraticAssignment
- Timestamp:
- 07/21/16 05:24:01 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.QuadraticAssignment/3.3/Analyzers/QAPPopulationDiversityAnalyzer.cs
r14137 r14140 34 34 [Item("QAPPopulationDiversityAnalyzer", "An operator for analyzing the diversity of solutions of Quadratic Assignment Problems regarding their structural identity (number of equal facilty->location assignments).")] 35 35 [StorableClass] 36 #pragma warning disable 0612 36 37 public sealed class QAPPopulationDiversityAnalyzer : PopulationDiversityAnalyzer<Permutation> { 38 #pragma warning restore 0612 37 39 public IValueParameter<BoolValue> UsePhenotypeSimilarityParameter { 38 40 get { return (IValueParameter<BoolValue>)Parameters["UsePhenotypeSimilarity"]; }
Note: See TracChangeset
for help on using the changeset viewer.