Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/30/13 16:54:43 (11 years ago)
Author:
sforsten
Message:

#1980:

  • added multiple discretizer to GAssist
  • created ensembles for LCS problems and edited CrossValidation to use them
File:
1 edited

Legend:

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

    r9392 r9411  
    4646      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
    4747    </Reference>
     48    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     49      <SpecificVersion>False</SpecificVersion>
     50      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     51    </Reference>
    4852    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    4953      <SpecificVersion>False</SpecificVersion>
     
    9094    <Compile Include="DefaultRule\AutoDefaultRule.cs" />
    9195    <Compile Include="Discretizer\InitializeDiscretizersOperator.cs" />
    92     <Compile Include="GAssist\IGAssistNichesProblemData.cs" />
     96    <Compile Include="GAssist\GAssistNicheComparer.cs" />
     97    <Compile Include="GAssist\Ensemble\GAssistEnsembleModel.cs" />
     98    <Compile Include="GAssist\Ensemble\GAssistEnsembleProblemData.cs" />
     99    <Compile Include="GAssist\Ensemble\GAssistEnsembleSolution.cs" />
     100    <Compile Include="GAssist\Interfaces\IGAssistEnsembleProblemData.cs" />
     101    <Compile Include="GAssist\Interfaces\IGAssistProblemData.cs" />
    93102    <Compile Include="DefaultRule\MajorDefaultRule.cs" />
    94103    <Compile Include="DefaultRule\DefaultRuleOperator.cs" />
     
    98107    <Compile Include="Discretizer\UniformWidthDiscretizer.cs" />
    99108    <Compile Include="Discretizer\IDiscretizer.cs" />
    100     <Compile Include="GAssist\IGAssistProblem.cs" />
     109    <Compile Include="GAssist\Interfaces\IGAssistProblem.cs" />
    101110    <Compile Include="GAssist\ILAS\ILASOperator.cs" />
     111    <Compile Include="GAssist\Interfaces\IGAssistEnsembleModel.cs" />
     112    <Compile Include="GAssist\Interfaces\IGAssistEnsembleSolution.cs" />
    102113    <Compile Include="GAssist\Interfaces\IGAssistIndividual.cs" />
    103114    <Compile Include="GAssist\Interfaces\IGAssistIndividualCreator.cs" />
    104115    <Compile Include="GAssist\Interfaces\IGAssistInput.cs" />
     116    <Compile Include="GAssist\Interfaces\IGAssistModel.cs" />
    105117    <Compile Include="GAssist\Interfaces\IGAssistNiche.cs" />
    106118    <Compile Include="GAssist\Interfaces\IGAssistNicheEqualityComparer.cs" />
     
    137149    </ProjectReference>
    138150  </ItemGroup>
     151  <ItemGroup />
    139152  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    140153  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.