Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10023 for branches


Ignore:
Timestamp:
10/04/13 09:50:08 (11 years ago)
Author:
ascheibe
Message:

#1886

  • moved solution caching to an own plugin
  • added initial support for real vector encoding
Location:
branches/HeuristicLab.Analysis.AlgorithmBehavior
Files:
14 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.sln

    r9945 r10023  
    1919EndProject
    2020Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Visualization", "Visualization\Visualization.csproj", "{E968DFEC-F612-4898-B92A-00A45E2DEE85}"
     21EndProject
     22Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Analysis.SolutionCaching-3.3", "HeuristicLab.Analysis.SolutionCaching\3.3\HeuristicLab.Analysis.SolutionCaching-3.3.csproj", "{A05AA272-14EC-4422-AC70-C9CA42164441}"
    2123EndProject
    2224Global
     
    8284    {E968DFEC-F612-4898-B92A-00A45E2DEE85}.Release|x64.ActiveCfg = Release|Any CPU
    8385    {E968DFEC-F612-4898-B92A-00A45E2DEE85}.Release|x86.ActiveCfg = Release|Any CPU
     86    {A05AA272-14EC-4422-AC70-C9CA42164441}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     87    {A05AA272-14EC-4422-AC70-C9CA42164441}.Debug|Any CPU.Build.0 = Debug|Any CPU
     88    {A05AA272-14EC-4422-AC70-C9CA42164441}.Debug|x64.ActiveCfg = Debug|Any CPU
     89    {A05AA272-14EC-4422-AC70-C9CA42164441}.Debug|x86.ActiveCfg = Debug|Any CPU
     90    {A05AA272-14EC-4422-AC70-C9CA42164441}.Release|Any CPU.ActiveCfg = Release|Any CPU
     91    {A05AA272-14EC-4422-AC70-C9CA42164441}.Release|Any CPU.Build.0 = Release|Any CPU
     92    {A05AA272-14EC-4422-AC70-C9CA42164441}.Release|x64.ActiveCfg = Release|Any CPU
     93    {A05AA272-14EC-4422-AC70-C9CA42164441}.Release|x86.ActiveCfg = Release|Any CPU
    8494  EndGlobalSection
    8595  GlobalSection(SolutionProperties) = preSolution
Note: See TracChangeset for help on using the changeset viewer.