Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/10/13 15:15:13 (11 years ago)
Author:
sforsten
Message:

#1980:

  • added DecisionListView
  • added event handlers in *ProblemData
  • renamed project Problems.XCS.Views to Problems.lCS.Views and Problems.Instances.ConditionActionClassification to Problems.Instances.LCS
  • integrated niching in GAssist and added NichingTournamentSelector
  • minor code improvements and property changes
Location:
branches/LearningClassifierSystems/HeuristicLab.Optimization.Operators.LCS/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/LearningClassifierSystems/HeuristicLab.Optimization.Operators.LCS/3.3

    • Property svn:ignore set to
      obj
      Plugin.cs
  • branches/LearningClassifierSystems/HeuristicLab.Optimization.Operators.LCS/3.3/HeuristicLab.Optimization.Operators.LCS-3.3.csproj

    r9342 r9352  
    4646      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
    4747    </Reference>
    48     <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    49       <SpecificVersion>False</SpecificVersion>
    50       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
    51     </Reference>
    5248    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    5349      <SpecificVersion>False</SpecificVersion>
     
    8480    <Reference Include="System" />
    8581    <Reference Include="System.Core" />
     82    <Reference Include="System.Drawing" />
    8683    <Reference Include="System.Xml.Linq" />
    8784    <Reference Include="System.Data.DataSetExtensions" />
     
    9289  <ItemGroup>
    9390    <Compile Include="DefaultRule\AutoDefaultRule.cs" />
     91    <Compile Include="GAssist\IGAssistNichesProblemData.cs" />
    9492    <Compile Include="DefaultRule\MajorDefaultRule.cs" />
    9593    <Compile Include="DefaultRule\DefaultRuleOperator.cs" />
     
    9997    <Compile Include="Discretizer\UniformWidthDiscretizer.cs" />
    10098    <Compile Include="Discretizer\IDiscretizer.cs" />
     99    <Compile Include="GAssist\IGAssistProblem.cs" />
    101100    <Compile Include="GAssist\Interfaces\IGAssistIndividual.cs" />
    102101    <Compile Include="GAssist\Interfaces\IGAssistIndividualCreator.cs" />
     
    110109    <Compile Include="GAssist\SpecialStage\SplitOperator.cs" />
    111110    <Compile Include="Plugin.cs" />
     111    <Compile Include="Selection\INichingSingleObjectiveSelector.cs" />
    112112    <Compile Include="Selection\NichingTournamentSelector.cs" />
    113113    <Compile Include="Selection\PreservingRightReducer.cs" />
     
    119119    <None Include="Plugin.cs.frame" />
    120120  </ItemGroup>
    121   <ItemGroup />
     121  <ItemGroup>
     122    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
     123      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
     124      <Name>HeuristicLab.Core-3.3</Name>
     125    </ProjectReference>
     126  </ItemGroup>
    122127  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    123128  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.