Free cookie consent management tool by TermsFeed Policy Generator

Changeset 71


Ignore:
Timestamp:
03/17/08 20:50:17 (17 years ago)
Author:
abeham
Message:

Added SGA-like ES interface (ref ticket #18)

Location:
trunk/sources
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.sln

    r30 r71  
    6969EndProject
    7070Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Grid", "HeuristicLab.Grid\HeuristicLab.Grid.csproj", "{545CE756-98D8-423B-AC2E-6E7D70926E5C}"
     71EndProject
     72Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.ES", "HeuristicLab.ES\HeuristicLab.ES.csproj", "{2E6112A7-3A94-406D-A28C-38AC2D324DCA}"
    7173EndProject
    7274Global
     
    200202    {545CE756-98D8-423B-AC2E-6E7D70926E5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
    201203    {545CE756-98D8-423B-AC2E-6E7D70926E5C}.Release|Any CPU.Build.0 = Release|Any CPU
     204    {2E6112A7-3A94-406D-A28C-38AC2D324DCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     205    {2E6112A7-3A94-406D-A28C-38AC2D324DCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
     206    {2E6112A7-3A94-406D-A28C-38AC2D324DCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
     207    {2E6112A7-3A94-406D-A28C-38AC2D324DCA}.Release|Any CPU.Build.0 = Release|Any CPU
    202208  EndGlobalSection
    203209  GlobalSection(SolutionProperties) = preSolution
  • trunk/sources/HeuristicLab/CopyAssemblies.cmd

    r39 r71  
    3636copy "..\..\..\HeuristicLab.TestFunctions\bin\%1\HeuristicLab.TestFunctions.dll" .\plugins
    3737copy "..\..\..\HeuristicLab.ThreadParallelEngine\bin\%1\HeuristicLab.ThreadParallelEngine.dll" .\plugins
     38copy "..\..\..\HeuristicLab.ES\bin\%1\HeuristicLab.ES.dll" .\plugins
Note: See TracChangeset for help on using the changeset viewer.