Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1050


Ignore:
Timestamp:
12/21/08 22:41:00 (15 years ago)
Author:
gkronber
Message:

worked on #224 (Simple frontend for GP for non-expert users (similar to HeurisicLab.SGA)) in branch for ticket #419 (Refactor CEDMA plugins)

Location:
branches/CEDMA-Refactoring-Ticket419
Files:
2 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/HeuristicLab.GP.StructureIdentification.csproj

    r852 r1050  
    7171    <Compile Include="BakedTreeEvaluator.cs" />
    7272    <Compile Include="Constant.cs" />
     73    <Compile Include="FunctionLibraryInjector.cs" />
     74    <Compile Include="StandardGP.cs" />
    7375    <Compile Include="Cosinus.cs" />
    7476    <Compile Include="Differential.cs" />
     
    133135      <Name>HeuristicLab.GP</Name>
    134136    </ProjectReference>
     137    <ProjectReference Include="..\HeuristicLab.Logging\HeuristicLab.Logging.csproj">
     138      <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>
     139      <Name>HeuristicLab.Logging</Name>
     140    </ProjectReference>
    135141    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
    136142      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
     
    144150      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
    145151      <Name>HeuristicLab.Random</Name>
     152    </ProjectReference>
     153    <ProjectReference Include="..\HeuristicLab.Selection\HeuristicLab.Selection.csproj">
     154      <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
     155      <Name>HeuristicLab.Selection</Name>
     156    </ProjectReference>
     157    <ProjectReference Include="..\HeuristicLab.SequentialEngine\HeuristicLab.SequentialEngine.csproj">
     158      <Project>{B4BE8E53-BA06-4237-9A01-24255F880201}</Project>
     159      <Name>HeuristicLab.SequentialEngine</Name>
    146160    </ProjectReference>
    147161  </ItemGroup>
  • branches/CEDMA-Refactoring-Ticket419/HeuristicLab.sln

    r1042 r1050  
    763763    {1F1CF3ED-374C-4288-995B-93F6B872F571}.Visualization Debug|x86.Build.0 = Debug|x86
    764764    {74223A32-C726-4978-BE78-37113A18373C}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
     765    {74223A32-C726-4978-BE78-37113A18373C}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    765766    {74223A32-C726-4978-BE78-37113A18373C}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    766767    {74223A32-C726-4978-BE78-37113A18373C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
Note: See TracChangeset for help on using the changeset viewer.