Changeset 8334 for trunk/sources/HeuristicLab.Optimization.Operators
- Timestamp:
- 07/26/12 17:09:43 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- Property svn:mergeinfo changed
/branches/ScatterSearch (trunk integration) (added) merged: 7787,7789,7793,7806,7815,7821-7822,7954,8086,8171,8299,8303-8307,8319-8320,8322,8327-8328,8331-8332
- Property svn:mergeinfo changed
-
trunk/sources/HeuristicLab.Optimization.Operators/3.3/HeuristicLab.Optimization.Operators-3.3.csproj
r8288 r8334 105 105 </Reference> 106 106 <Reference Include="System.Data" /> 107 <Reference Include="System.Drawing" /> 107 108 <Reference Include="System.Xml" /> 108 109 </ItemGroup> 109 110 <ItemGroup> 111 <Compile Include="SingleObjectiveSolutionSimilarityCalculator.cs" /> 110 112 <Compile Include="GeneralizedExponentialDiscreteDoubleValueModifier.cs" /> 111 113 <Compile Include="MultiObjective\CrowdedComparisonSorter.cs" /> … … 114 116 <Compile Include="MultiObjective\FastNonDominatedSort.cs" /> 115 117 <Compile Include="MultiObjective\RankAndCrowdingSorter.cs" /> 118 <Compile Include="SingleObjectivePathRelinker.cs" /> 116 119 <Compile Include="Plugin.cs" /> 117 120 <Compile Include="ProgrammableAnalyzer.cs" /> 118 121 <Compile Include="ShakingOperator.cs" /> 122 <Compile Include="SolutionSimilarityCalculator.cs" /> 119 123 <Compile Include="UserDefinedCrossover.cs" /> 120 124 <Compile Include="UserDefinedEvaluator.cs" />
Note: See TracChangeset
for help on using the changeset viewer.