Free cookie consent management tool by TermsFeed Policy Generator

source: branches/SimSharp/ProgrammableProblem.sln @ 10850

Last change on this file since 10850 was 10850, checked in by abeham, 10 years ago

#2174: Major refactoring:

  • ParameterVector is only a temporary datastructure that is constructed for evaluation purposes only
  • Multiple permutations are allowed
  • Special support for single-vector encodings (to apply specialized algorithms such as PSO or CMA-ES)
  • General support for multi-vector encoding
File size: 2.1 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio 2013
4VisualStudioVersion = 12.0.30110.0
5MinimumVisualStudioVersion = 10.0.40219.1
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimSharp-3.0.4", "3.0.4\SimSharp-3.0.4\SimSharp-3.0.4.csproj", "{F119BE16-82B7-4EC1-86C3-C1197DEE7F4A}"
7EndProject
8Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Programmable-3.3", "HeuristicLab.Problems.Programmable\3.3\HeuristicLab.Problems.Programmable-3.3.csproj", "{EE07BFF8-B23D-41F5-8AD7-AC9598D7A2C9}"
9EndProject
10Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Programmable.Views-3.3", "HeuristicLab.Problems.Programmable.Views\3.3\HeuristicLab.Problems.Programmable.Views-3.3.csproj", "{6F023B90-2091-40A9-8AC0-B0338DFF8E5F}"
11EndProject
12Global
13  GlobalSection(SolutionConfigurationPlatforms) = preSolution
14    Debug|Any CPU = Debug|Any CPU
15    Release|Any CPU = Release|Any CPU
16  EndGlobalSection
17  GlobalSection(ProjectConfigurationPlatforms) = postSolution
18    {F119BE16-82B7-4EC1-86C3-C1197DEE7F4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19    {F119BE16-82B7-4EC1-86C3-C1197DEE7F4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
20    {F119BE16-82B7-4EC1-86C3-C1197DEE7F4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
21    {F119BE16-82B7-4EC1-86C3-C1197DEE7F4A}.Release|Any CPU.Build.0 = Release|Any CPU
22    {EE07BFF8-B23D-41F5-8AD7-AC9598D7A2C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23    {EE07BFF8-B23D-41F5-8AD7-AC9598D7A2C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
24    {EE07BFF8-B23D-41F5-8AD7-AC9598D7A2C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
25    {EE07BFF8-B23D-41F5-8AD7-AC9598D7A2C9}.Release|Any CPU.Build.0 = Release|Any CPU
26    {6F023B90-2091-40A9-8AC0-B0338DFF8E5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27    {6F023B90-2091-40A9-8AC0-B0338DFF8E5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
28    {6F023B90-2091-40A9-8AC0-B0338DFF8E5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
29    {6F023B90-2091-40A9-8AC0-B0338DFF8E5F}.Release|Any CPU.Build.0 = Release|Any CPU
30  EndGlobalSection
31  GlobalSection(SolutionProperties) = preSolution
32    HideSolutionNode = FALSE
33  EndGlobalSection
34EndGlobal
Note: See TracBrowser for help on using the repository browser.