Changeset 16714
- Timestamp:
- 03/26/19 11:53:01 (6 years ago)
- Location:
- branches/2987_MOEAD_Algorithm/HeuristicLab.Algorithms.MOEAD/3.4
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2987_MOEAD_Algorithm/HeuristicLab.Algorithms.MOEAD/3.4/HeuristicLab.Algorithms.MOEAD-3.4.csproj
r16688 r16714 98 98 </PropertyGroup> 99 99 <ItemGroup> 100 <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">101 <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>102 </Reference>103 100 <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 104 <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre04\lib\net461\HEAL.Attic.dll</HintPath> 101 <SpecificVersion>False</SpecificVersion> 102 <HintPath>..\..\..\..\trunk\bin\HEAL.Attic.dll</HintPath> 103 <Private>False</Private> 105 104 </Reference> 106 105 <Reference Include="HeuristicLab.Analysis-3.3"> … … 165 164 <Reference Include="System.Data" /> 166 165 <Reference Include="System.Drawing" /> 167 <Reference Include="System.Drawing.Common, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">168 <HintPath>..\..\packages\System.Drawing.Common.4.6.0-preview.19073.11\lib\net461\System.Drawing.Common.dll</HintPath>169 </Reference>170 166 <Reference Include="System.Xml" /> 171 167 </ItemGroup> … … 173 169 <None Include="app.config" /> 174 170 <None Include="HeuristicLab.snk" /> 175 <None Include="packages.config" />176 171 <None Include="Plugin.cs.frame" /> 177 172 <Compile Include="MOEADAlgorithm.cs" /> -
branches/2987_MOEAD_Algorithm/HeuristicLab.Algorithms.MOEAD/3.4/Plugin.cs.frame
r16657 r16714 25 25 [Plugin("HeuristicLab.Algorithms.MOEAD", "Provides the multi-objective evolutonary algorithm based on decomposition (MOEA/D) as described by Zhang and Li: MOEA/D: A Multiobjective Evolutionary Algorithm Based on Decomposition, IEEE Transactions on Evolutionary Computation, Volume 11, Issue 6, Dec. 2007, pp. 712-731", "3.4.25.$WCREV$")] 26 26 [PluginFile("HeuristicLab.Algorithms.MOEAD-3.4.dll", PluginFileType.Assembly)] 27 [PluginDependency("HeuristicLab.Attic", "1.0")] 27 28 [PluginDependency("HeuristicLab.Analysis", "3.3")] 28 29 [PluginDependency("HeuristicLab.Collections", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.