Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Algorithms.GradientDescent/Algorithms.GradientDescent.sln @ 5516

Last change on this file since 5516 was 5516, checked in by gkronber, 13 years ago

Added files for implementation of Levenberg-Marquardt optimization algorithm.

File size: 1.7 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 11.00
3# Visual Studio 2010
4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.GradientDescent", "HeuristicLab.Algorithms.GradientDescent\3.3\HeuristicLab.Algorithms.GradientDescent.csproj", "{1256B945-EEA9-4BE4-9880-76B5B113F089}"
5EndProject
6Global
7  GlobalSection(SolutionConfigurationPlatforms) = preSolution
8    Debug|Any CPU = Debug|Any CPU
9    Debug|x64 = Debug|x64
10    Debug|x86 = Debug|x86
11    Release|Any CPU = Release|Any CPU
12    Release|x64 = Release|x64
13    Release|x86 = Release|x86
14  EndGlobalSection
15  GlobalSection(ProjectConfigurationPlatforms) = postSolution
16    {1256B945-EEA9-4BE4-9880-76B5B113F089}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17    {1256B945-EEA9-4BE4-9880-76B5B113F089}.Debug|Any CPU.Build.0 = Debug|Any CPU
18    {1256B945-EEA9-4BE4-9880-76B5B113F089}.Debug|x64.ActiveCfg = Debug|x64
19    {1256B945-EEA9-4BE4-9880-76B5B113F089}.Debug|x64.Build.0 = Debug|x64
20    {1256B945-EEA9-4BE4-9880-76B5B113F089}.Debug|x86.ActiveCfg = Debug|x86
21    {1256B945-EEA9-4BE4-9880-76B5B113F089}.Debug|x86.Build.0 = Debug|x86
22    {1256B945-EEA9-4BE4-9880-76B5B113F089}.Release|Any CPU.ActiveCfg = Release|Any CPU
23    {1256B945-EEA9-4BE4-9880-76B5B113F089}.Release|Any CPU.Build.0 = Release|Any CPU
24    {1256B945-EEA9-4BE4-9880-76B5B113F089}.Release|x64.ActiveCfg = Release|x64
25    {1256B945-EEA9-4BE4-9880-76B5B113F089}.Release|x64.Build.0 = Release|x64
26    {1256B945-EEA9-4BE4-9880-76B5B113F089}.Release|x86.ActiveCfg = Release|x86
27    {1256B945-EEA9-4BE4-9880-76B5B113F089}.Release|x86.Build.0 = Release|x86
28  EndGlobalSection
29  GlobalSection(SolutionProperties) = preSolution
30    HideSolutionNode = FALSE
31  EndGlobalSection
32EndGlobal
Note: See TracBrowser for help on using the repository browser.