Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1289


Ignore:
Timestamp:
03/08/09 23:49:29 (15 years ago)
Author:
abeham
Message:

Added simulated annealing (SA) user interface (#18)

Location:
trunk/sources
Files:
17 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.sln

    r1287 r1289  
    128128EndProject
    129129Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Server.Console", "HeuristicLab.Hive.Server.Console\HeuristicLab.Hive.Server.Console.csproj", "{42A1D075-6C12-4DD9-B0C2-C6F5210A8119}"
     130EndProject
     131Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.SA", "HeuristicLab.SA\HeuristicLab.SA.csproj", "{F0F97CBA-61A2-471C-9973-F099202B3BE5}"
    130132EndProject
    131133Global
     
    11981200    {42A1D075-6C12-4DD9-B0C2-C6F5210A8119}.Visualization Debug|x86.ActiveCfg = Debug|x86
    11991201    {42A1D075-6C12-4DD9-B0C2-C6F5210A8119}.Visualization Debug|x86.Build.0 = Debug|x86
     1202    {F0F97CBA-61A2-471C-9973-F099202B3BE5}.CEDMA Debug|Any CPU.ActiveCfg = Debug|Any CPU
     1203    {F0F97CBA-61A2-471C-9973-F099202B3BE5}.CEDMA Debug|Any CPU.Build.0 = Debug|Any CPU
     1204    {F0F97CBA-61A2-471C-9973-F099202B3BE5}.CEDMA Debug|x86.ActiveCfg = Debug|Any CPU
     1205    {F0F97CBA-61A2-471C-9973-F099202B3BE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     1206    {F0F97CBA-61A2-471C-9973-F099202B3BE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
     1207    {F0F97CBA-61A2-471C-9973-F099202B3BE5}.Debug|x86.ActiveCfg = Debug|Any CPU
     1208    {F0F97CBA-61A2-471C-9973-F099202B3BE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
     1209    {F0F97CBA-61A2-471C-9973-F099202B3BE5}.Release|Any CPU.Build.0 = Release|Any CPU
     1210    {F0F97CBA-61A2-471C-9973-F099202B3BE5}.Release|x86.ActiveCfg = Release|Any CPU
     1211    {F0F97CBA-61A2-471C-9973-F099202B3BE5}.Visualization Debug|Any CPU.ActiveCfg = Debug|Any CPU
     1212    {F0F97CBA-61A2-471C-9973-F099202B3BE5}.Visualization Debug|Any CPU.Build.0 = Debug|Any CPU
     1213    {F0F97CBA-61A2-471C-9973-F099202B3BE5}.Visualization Debug|x86.ActiveCfg = Debug|Any CPU
    12001214  EndGlobalSection
    12011215  GlobalSection(SolutionProperties) = preSolution
  • trunk/sources/HeuristicLab/CopyAssemblies.cmd

    r1287 r1289  
    7777copy "%SolutionDir%\HeuristicLab.Hive.Client.ExecutionEngine\%Outdir%\HeuristicLab.Hive.Client.ExecutionEngine-3.2.dll" .\plugins
    7878copy "%SolutionDir%\HeuristicLab.Hive.Server.Console\%Outdir%\HeuristicLab.Hive.Server.Console-3.2.dll" .\plugins
     79copy "%SolutionDir%\HeuristicLab.SA\%Outdir%\HeuristicLab.SA-3.2.dll" .\plugins
Note: See TracChangeset for help on using the changeset viewer.