Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/04/09 16:23:45 (15 years ago)
Author:
gkronber
Message:

Worked on #720:

  • finished AlgorithmBase
  • fixed skeletons for generic StandardGP and OffspringSelectionGP
  • implemented OffspringSelectionGP and StandardGP for HL.GP.StructureIdentification
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms/3.2/HeuristicLab.GP.Algorithms-3.2.csproj

    r2331 r2335  
    7070      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    7171    </Reference>
     72    <Reference Include="System.Drawing" />
    7273    <Reference Include="System.Windows.Forms" />
    7374    <Reference Include="System.Xml.Linq">
     
    8384    <Compile Include="AlgorithmBase.cs" />
    8485    <Compile Include="HeuristicLabGpAlgorithmsPlugin.cs" />
    85     <Compile Include="OffspringSelectionGP.cs" />
     86    <Compile Include="OffspringSelectionGP.cs">
     87      <SubType>Code</SubType>
     88    </Compile>
    8689    <Compile Include="OffSpringSelectionGpEditor.cs">
    8790      <SubType>UserControl</SubType>
Note: See TracChangeset for help on using the changeset viewer.