Changeset 17931 for trunk/HeuristicLab.Algorithms.MOCMAEvolutionStrategy
- Timestamp:
- 04/09/21 19:41:33 (4 years ago)
- Location:
- trunk/HeuristicLab.Algorithms.MOCMAEvolutionStrategy/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Algorithms.MOCMAEvolutionStrategy/3.3/HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3.csproj
r16658 r17931 73 73 </PropertyGroup> 74 74 <ItemGroup> 75 <Reference Include="ALGLIB-3.7.0"> 76 <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath> 75 <Reference Include="ALGLIB-3.17.0, Version=3.17.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 76 <SpecificVersion>False</SpecificVersion> 77 <HintPath>..\..\bin\ALGLIB-3.17.0.dll</HintPath> 77 78 <Private>False</Private> 78 79 </Reference> -
trunk/HeuristicLab.Algorithms.MOCMAEvolutionStrategy/3.3/Plugin.cs.frame
r17184 r17931 28 28 [Plugin("HeuristicLab.Algorithms.MOCMAEvolutionStrategy", "3.3.16.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.ALGLIB", "3. 7")]30 [PluginDependency("HeuristicLab.ALGLIB", "3.17")] 31 31 [PluginDependency("HeuristicLab.Analysis", "3.3")] 32 32 [PluginDependency("HeuristicLab.Collections", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.