Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3032


Ignore:
Timestamp:
03/15/10 14:02:11 (14 years ago)
Author:
svonolfe
Message:

Ported initial IntVector operators to HL 3.3 and added test cases (#913)

Location:
trunk/sources
Files:
35 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab 3.3.sln

    r3021 r3032  
    176176EndProject
    177177Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Optimization.Operators-3.3", "HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj", "{25087811-F74C-4128-BC86-8324271DA13E}"
     178EndProject
     179Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Encodings.IntVector-3.3", "HeuristicLab.Encodings.IntVector\3.3\HeuristicLab.Encodings.IntVector-3.3.csproj", "{5BF9C5B5-8DF3-414B-A4D6-0DD1EF456C8A}"
     180EndProject
     181Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Encodings.IntVector-3.3.Tests", "HeuristicLab.Encodings.IntVector\3.3\Tests\HeuristicLab.Encodings.IntVector-3.3.Tests.csproj", "{B622D391-FB36-4E3D-B5F6-AEDF237DE890}"
    178182EndProject
    179183Global
     
    802806    {25087811-F74C-4128-BC86-8324271DA13E}.Release|x86.ActiveCfg = Release|x86
    803807    {25087811-F74C-4128-BC86-8324271DA13E}.Release|x86.Build.0 = Release|x86
     808    {5BF9C5B5-8DF3-414B-A4D6-0DD1EF456C8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     809    {5BF9C5B5-8DF3-414B-A4D6-0DD1EF456C8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
     810    {5BF9C5B5-8DF3-414B-A4D6-0DD1EF456C8A}.Debug|x64.ActiveCfg = Debug|Any CPU
     811    {5BF9C5B5-8DF3-414B-A4D6-0DD1EF456C8A}.Debug|x86.ActiveCfg = Debug|Any CPU
     812    {5BF9C5B5-8DF3-414B-A4D6-0DD1EF456C8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
     813    {5BF9C5B5-8DF3-414B-A4D6-0DD1EF456C8A}.Release|Any CPU.Build.0 = Release|Any CPU
     814    {5BF9C5B5-8DF3-414B-A4D6-0DD1EF456C8A}.Release|x64.ActiveCfg = Release|Any CPU
     815    {5BF9C5B5-8DF3-414B-A4D6-0DD1EF456C8A}.Release|x86.ActiveCfg = Release|Any CPU
     816    {B622D391-FB36-4E3D-B5F6-AEDF237DE890}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     817    {B622D391-FB36-4E3D-B5F6-AEDF237DE890}.Debug|Any CPU.Build.0 = Debug|Any CPU
     818    {B622D391-FB36-4E3D-B5F6-AEDF237DE890}.Debug|x64.ActiveCfg = Debug|Any CPU
     819    {B622D391-FB36-4E3D-B5F6-AEDF237DE890}.Debug|x86.ActiveCfg = Debug|Any CPU
     820    {B622D391-FB36-4E3D-B5F6-AEDF237DE890}.Release|Any CPU.ActiveCfg = Release|Any CPU
     821    {B622D391-FB36-4E3D-B5F6-AEDF237DE890}.Release|Any CPU.Build.0 = Release|Any CPU
     822    {B622D391-FB36-4E3D-B5F6-AEDF237DE890}.Release|x64.ActiveCfg = Release|Any CPU
     823    {B622D391-FB36-4E3D-B5F6-AEDF237DE890}.Release|x86.ActiveCfg = Release|Any CPU
    804824  EndGlobalSection
    805825  GlobalSection(SolutionProperties) = preSolution
  • trunk/sources/HeuristicLab 3.3/Files.txt

    r3021 r3032  
    1919HeuristicLab.Encodings.Permutation\3.3:HeuristicLab.Encodings.Permutation-3.3.dll
    2020HeuristicLab.Encodings.RealVector\3.3:HeuristicLab.Encodings.RealVector-3.3.dll
     21HeuristicLab.Encodings.IntVector\3.3:HeuristicLab.Encodings.IntVector-3.3.dll
    2122HeuristicLab.Logging\3.3:HeuristicLab.Logging-3.3.dll
    2223HeuristicLab.MainForm\3.2:HeuristicLab.MainForm-3.2.dll
Note: See TracChangeset for help on using the changeset viewer.