Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/09/19 09:03:31 (5 years ago)
Author:
gkronber
Message:

#2994 added NLOpt wrapper and evaluator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2994-AutoDiffForIntervals/HeuristicLab.Problems.DataAnalysis.Regression.Symbolic.Extensions/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Extensions.csproj

    r16941 r17196  
    6868  </ItemGroup>
    6969  <ItemGroup>
     70    <Compile Include="NLOpt.cs" />
     71    <Compile Include="NLOptEvaluator.cs" />
    7072    <Compile Include="ConstrainedConstantOptimizationEvaluator.cs" />
    7173    <Compile Include="Plugin.cs" />
     
    125127    </ProjectReference>
    126128  </ItemGroup>
     129  <ItemGroup>
     130    <Content Include="nlopt_x64.dll">
     131      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     132    </Content>
     133    <Content Include="nlopt_x64.pdb">
     134      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     135    </Content>
     136    <Content Include="nlopt_x86.dll">
     137      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     138    </Content>
     139    <Content Include="nlopt_x86.pdb">
     140      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     141    </Content>
     142  </ItemGroup>
    127143  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    128144  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.