Free cookie consent management tool by TermsFeed Policy Generator

Changeset 720


Ignore:
Timestamp:
11/07/08 17:56:50 (15 years ago)
Author:
gkronber
Message:

added quick (untested) implementation for #340 (Plugin for genetic programming for boolean logic).

Location:
trunk/sources
Files:
17 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.sln

    r717 r720  
    119119EndProject
    120120Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Client.Console", "HeuristicLab.Hive.Client.Console\HeuristicLab.Hive.Client.Console.csproj", "{8B14A35E-DBDF-43EB-B019-23E9FBC5A35E}"
     121EndProject
     122Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.GP.Boolean", "HeuristicLab.GP.Boolean\HeuristicLab.GP.Boolean.csproj", "{A0821479-801F-43DF-B788-AE92FB410DA9}"
    121123EndProject
    122124Global
     
    545547    {8B14A35E-DBDF-43EB-B019-23E9FBC5A35E}.Release|Any CPU.Build.0 = Release|Any CPU
    546548    {8B14A35E-DBDF-43EB-B019-23E9FBC5A35E}.Release|x86.ActiveCfg = Release|Any CPU
     549    {A0821479-801F-43DF-B788-AE92FB410DA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     550    {A0821479-801F-43DF-B788-AE92FB410DA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
     551    {A0821479-801F-43DF-B788-AE92FB410DA9}.Debug|x86.ActiveCfg = Debug|Any CPU
     552    {A0821479-801F-43DF-B788-AE92FB410DA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
     553    {A0821479-801F-43DF-B788-AE92FB410DA9}.Release|Any CPU.Build.0 = Release|Any CPU
     554    {A0821479-801F-43DF-B788-AE92FB410DA9}.Release|x86.ActiveCfg = Release|Any CPU
    547555  EndGlobalSection
    548556  GlobalSection(SolutionProperties) = preSolution
  • trunk/sources/HeuristicLab/CopyAssemblies.cmd

    r717 r720  
    2929copy %1\HeuristicLab.Evolutionary\%2\HeuristicLab.Evolutionary-3.2.dll .\plugins
    3030copy %1\HeuristicLab.GP\%2\HeuristicLab.GP-3.2.dll .\plugins
     31copy %1\HeuristicLab.GP.Boolean\%2\HeuristicLab.GP.Boolean-1.0.dll .\plugins
    3132copy %1\HeuristicLab.GP.SantaFe\%2\HeuristicLab.GP.SantaFe-3.2.dll .\plugins
    3233copy %1\HeuristicLab.GP.StructureIdentification\%2\HeuristicLab.GP.StructureIdentification-3.2.dll .\plugins
Note: See TracChangeset for help on using the changeset viewer.