Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/09/21 19:41:33 (3 years ago)
Author:
gkronber
Message:

#3117: update alglib to version 3.17

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  
    7373  </PropertyGroup>
    7474  <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>
    7778      <Private>False</Private>
    7879    </Reference>
  • trunk/HeuristicLab.Algorithms.MOCMAEvolutionStrategy/3.3/Plugin.cs.frame

    r17184 r17931  
    2828  [Plugin("HeuristicLab.Algorithms.MOCMAEvolutionStrategy", "3.3.16.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3.dll", PluginFileType.Assembly)]
    30   [PluginDependency("HeuristicLab.ALGLIB", "3.7")]
     30  [PluginDependency("HeuristicLab.ALGLIB", "3.17")]
    3131  [PluginDependency("HeuristicLab.Analysis", "3.3")]
    3232  [PluginDependency("HeuristicLab.Collections", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.