Changeset 8218
- Timestamp:
- 07/04/12 20:13:04 (12 years ago)
- Location:
- branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/Analyzers/SchemaAnalyzer.cs
r8217 r8218 128 128 } 129 129 130 p rivateItemArray<IntArray> ExtractSubtours(Permutation permutation) {130 public static ItemArray<IntArray> ExtractSubtours(Permutation permutation) { 131 131 var subtours = new List<IntArray>(); 132 132 for (int i = 2; i <= permutation.Count() / 2; i++) { // increase schema length from 2 to n/2 -
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/HeuristicLab.Analysis.AlgorithmBehavior-3.3.csproj
r8217 r8218 97 97 <Compile Include="Analyzers\BuildingBlockAnalyzer.cs" /> 98 98 <Compile Include="Analyzers\BrokenInteritanceSchemaAnalyzer.cs" /> 99 <Compile Include="Analyzers\BestIndividualSchemaAnalyzer.cs" /> 99 100 <Compile Include="Analyzers\SchemaOccurenceInGenerationsAnalyzer.cs" /> 100 101 <Compile Include="Analyzers\SchemaQualityAnalyzer.cs" />
Note: See TracChangeset
for help on using the changeset viewer.