Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15964


Ignore:
Timestamp:
06/18/18 18:00:19 (6 years ago)
Author:
gkronber
Message:

#2925 first exploratory implementation of AutoDiff for modelling of dynamical systems

Location:
branches/2925_AutoDiffForDynamicalModels
Files:
9 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2925_AutoDiffForDynamicalModels/HeuristicLab 3.3.sln

    r15682 r15964  
    462462EndProject
    463463Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3", "HeuristicLab.Algorithms.MOCMAEvolutionStrategy\3.3\HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3.csproj", "{0E2E224F-E9B2-41F3-B510-09183EEBA2AF}"
     464EndProject
     465Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.DynamicalSystemsModelling-3.3", "HeuristicLab.Problems.DynamicalSystemsModelling\3.3\HeuristicLab.Problems.DynamicalSystemsModelling-3.3.csproj", "{EDCC8202-4463-4122-B01F-21B664343DFB}"
    464466EndProject
    465467Global
     
    22492251    {0E2E224F-E9B2-41F3-B510-09183EEBA2AF}.Release|x86.ActiveCfg = Release|x86
    22502252    {0E2E224F-E9B2-41F3-B510-09183EEBA2AF}.Release|x86.Build.0 = Release|x86
     2253    {EDCC8202-4463-4122-B01F-21B664343DFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     2254    {EDCC8202-4463-4122-B01F-21B664343DFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
     2255    {EDCC8202-4463-4122-B01F-21B664343DFB}.Debug|x64.ActiveCfg = Debug|x64
     2256    {EDCC8202-4463-4122-B01F-21B664343DFB}.Debug|x64.Build.0 = Debug|x64
     2257    {EDCC8202-4463-4122-B01F-21B664343DFB}.Debug|x86.ActiveCfg = Debug|x86
     2258    {EDCC8202-4463-4122-B01F-21B664343DFB}.Debug|x86.Build.0 = Debug|x86
     2259    {EDCC8202-4463-4122-B01F-21B664343DFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
     2260    {EDCC8202-4463-4122-B01F-21B664343DFB}.Release|Any CPU.Build.0 = Release|Any CPU
     2261    {EDCC8202-4463-4122-B01F-21B664343DFB}.Release|x64.ActiveCfg = Release|x64
     2262    {EDCC8202-4463-4122-B01F-21B664343DFB}.Release|x64.Build.0 = Release|x64
     2263    {EDCC8202-4463-4122-B01F-21B664343DFB}.Release|x86.ActiveCfg = Release|x86
     2264    {EDCC8202-4463-4122-B01F-21B664343DFB}.Release|x86.Build.0 = Release|x86
    22512265  EndGlobalSection
    22522266  GlobalSection(SolutionProperties) = preSolution
Note: See TracChangeset for help on using the changeset viewer.