Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10975


Ignore:
Timestamp:
06/11/14 12:15:38 (10 years ago)
Author:
gkronber
Message:

#2109 copied grammatical evolution plugin from feature development branch into the trunk

Location:
trunk/sources
Files:
2 edited
24 copied

Legend:

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

    r10653 r10975  
    393393EndProject
    394394Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.ExternalEvaluation.Scilab-3.3", "HeuristicLab.Problems.ExternalEvaluation.Scilab\3.3\HeuristicLab.Problems.ExternalEvaluation.Scilab-3.3.csproj", "{C633FB23-BAE6-448E-BF5D-E1F9A839B5ED}"
     395EndProject
     396Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.GrammaticalEvolution-3.3", "HeuristicLab.Problems.GrammaticalEvolution\HeuristicLab.Problems.GrammaticalEvolution-3.3.csproj", "{7FC70D74-1813-48B7-9CE5-0BD913457579}"
    395397EndProject
    396398Global
     
    19161918    {C633FB23-BAE6-448E-BF5D-E1F9A839B5ED}.Release|x86.ActiveCfg = Release|x86
    19171919    {C633FB23-BAE6-448E-BF5D-E1F9A839B5ED}.Release|x86.Build.0 = Release|x86
     1920    {7FC70D74-1813-48B7-9CE5-0BD913457579}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     1921    {7FC70D74-1813-48B7-9CE5-0BD913457579}.Debug|Any CPU.Build.0 = Debug|Any CPU
     1922    {7FC70D74-1813-48B7-9CE5-0BD913457579}.Debug|x64.ActiveCfg = Debug|x64
     1923    {7FC70D74-1813-48B7-9CE5-0BD913457579}.Debug|x64.Build.0 = Debug|x64
     1924    {7FC70D74-1813-48B7-9CE5-0BD913457579}.Debug|x86.ActiveCfg = Debug|x86
     1925    {7FC70D74-1813-48B7-9CE5-0BD913457579}.Debug|x86.Build.0 = Debug|x86
     1926    {7FC70D74-1813-48B7-9CE5-0BD913457579}.Release|Any CPU.ActiveCfg = Release|Any CPU
     1927    {7FC70D74-1813-48B7-9CE5-0BD913457579}.Release|Any CPU.Build.0 = Release|Any CPU
     1928    {7FC70D74-1813-48B7-9CE5-0BD913457579}.Release|x64.ActiveCfg = Release|x64
     1929    {7FC70D74-1813-48B7-9CE5-0BD913457579}.Release|x64.Build.0 = Release|x64
     1930    {7FC70D74-1813-48B7-9CE5-0BD913457579}.Release|x86.ActiveCfg = Release|x86
     1931    {7FC70D74-1813-48B7-9CE5-0BD913457579}.Release|x86.Build.0 = Release|x86
    19181932  EndGlobalSection
    19191933  GlobalSection(SolutionProperties) = preSolution
  • trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution-3.3.csproj

    r10349 r10975  
    66    <ProductVersion>9.0.30729</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    8     <ProjectGuid>{E4EE5AFB-D552-447B-8A16-6CBE7938AF32}</ProjectGuid>
     8    <ProjectGuid>{7FC70D74-1813-48B7-9CE5-0BD913457579}</ProjectGuid>
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
     
    9999  </PropertyGroup>
    100100  <ItemGroup>
    101     <Reference Include="HeuristicLab.Analysis-3.3">
    102       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
    103     </Reference>
    104     <Reference Include="HeuristicLab.Collections-3.3">
    105       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
    106     </Reference>
    107     <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    108       <SpecificVersion>False</SpecificVersion>
    109       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
    110       <Private>False</Private>
    111     </Reference>
    112     <Reference Include="HeuristicLab.Common.Resources-3.3">
    113       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    114     </Reference>
    115     <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    116       <SpecificVersion>False</SpecificVersion>
    117       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
    118       <Private>False</Private>
    119     </Reference>
    120     <Reference Include="HeuristicLab.Data-3.3">
    121       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
    122     </Reference>
    123     <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
    124       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
    125       <Private>False</Private>
    126     </Reference>
    127     <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    128       <SpecificVersion>False</SpecificVersion>
    129       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
    130       <Private>False</Private>
    131     </Reference>
    132     <Reference Include="HeuristicLab.Operators-3.3">
    133       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
    134     </Reference>
    135     <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    136       <SpecificVersion>False</SpecificVersion>
    137       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
    138       <Private>False</Private>
    139     </Reference>
    140     <Reference Include="HeuristicLab.Parameters-3.3">
    141       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
    142     </Reference>
    143     <Reference Include="HeuristicLab.Persistence-3.3">
    144       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    145     </Reference>
    146     <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    147       <SpecificVersion>False</SpecificVersion>
    148       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    149       <Private>False</Private>
    150     </Reference>
    151     <Reference Include="HeuristicLab.Problems.ArtificialAnt-3.4">
    152       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.ArtificialAnt-3.4.dll</HintPath>
    153     </Reference>
    154     <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
    155       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
    156     </Reference>
    157     <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
    158       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
    159     </Reference>
    160     <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
    161       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
    162     </Reference>
    163     <Reference Include="HeuristicLab.Problems.Instances-3.3">
    164       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
    165     </Reference>
    166     <Reference Include="HeuristicLab.Random-3.3">
    167       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
    168     </Reference>
    169101    <Reference Include="mscorlib" />
    170102    <Reference Include="System" />
     
    231163    </BootstrapperPackage>
    232164  </ItemGroup>
    233   <ItemGroup />
     165  <ItemGroup>
     166    <ProjectReference Include="..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
     167      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
     168      <Name>HeuristicLab.Analysis-3.3</Name>
     169      <Private>False</Private>
     170    </ProjectReference>
     171    <ProjectReference Include="..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
     172      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
     173      <Name>HeuristicLab.Collections-3.3</Name>
     174      <Private>False</Private>
     175    </ProjectReference>
     176    <ProjectReference Include="..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
     177      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
     178      <Name>HeuristicLab.Common.Resources-3.3</Name>
     179      <Private>False</Private>
     180    </ProjectReference>
     181    <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     182      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
     183      <Name>HeuristicLab.Common-3.3</Name>
     184      <Private>False</Private>
     185    </ProjectReference>
     186    <ProjectReference Include="..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
     187      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
     188      <Name>HeuristicLab.Core-3.3</Name>
     189      <Private>False</Private>
     190    </ProjectReference>
     191    <ProjectReference Include="..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
     192      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
     193      <Name>HeuristicLab.Data-3.3</Name>
     194      <Private>False</Private>
     195    </ProjectReference>
     196    <ProjectReference Include="..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
     197      <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project>
     198      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
     199      <Private>False</Private>
     200    </ProjectReference>
     201    <ProjectReference Include="..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
     202      <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
     203      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
     204      <Private>False</Private>
     205    </ProjectReference>
     206    <ProjectReference Include="..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
     207      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
     208      <Name>HeuristicLab.Operators-3.3</Name>
     209      <Private>False</Private>
     210    </ProjectReference>
     211    <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
     212      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
     213      <Name>HeuristicLab.Optimization-3.3</Name>
     214      <Private>False</Private>
     215    </ProjectReference>
     216    <ProjectReference Include="..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
     217      <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
     218      <Name>HeuristicLab.Parameters-3.3</Name>
     219      <Private>False</Private>
     220    </ProjectReference>
     221    <ProjectReference Include="..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
     222      <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
     223      <Name>HeuristicLab.Persistence-3.3</Name>
     224      <Private>False</Private>
     225    </ProjectReference>
     226    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
     227      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
     228      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     229      <Private>False</Private>
     230    </ProjectReference>
     231    <ProjectReference Include="..\HeuristicLab.Problems.ArtificialAnt\3.4\HeuristicLab.Problems.ArtificialAnt-3.4.csproj">
     232      <Project>{0c67a033-f6d9-4237-b3ca-c033a44706be}</Project>
     233      <Name>HeuristicLab.Problems.ArtificialAnt-3.4</Name>
     234      <Private>False</Private>
     235    </ProjectReference>
     236    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
     237      <Project>{5ac82412-911b-4fa2-a013-edc5e3f3fcc2}</Project>
     238      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
     239      <Private>False</Private>
     240    </ProjectReference>
     241    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
     242      <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project>
     243      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
     244      <Private>False</Private>
     245    </ProjectReference>
     246    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
     247      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
     248      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
     249      <Private>False</Private>
     250    </ProjectReference>
     251    <ProjectReference Include="..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
     252      <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project>
     253      <Name>HeuristicLab.Problems.Instances-3.3</Name>
     254      <Private>False</Private>
     255    </ProjectReference>
     256    <ProjectReference Include="..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
     257      <Project>{f4539fb6-4708-40c9-be64-0a1390aea197}</Project>
     258      <Name>HeuristicLab.Random-3.3</Name>
     259      <Private>False</Private>
     260    </ProjectReference>
     261  </ItemGroup>
    234262  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    235263  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.