Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/05/13 13:12:54 (11 years ago)
Author:
sforsten
Message:

#1980:

  • added be project Optimization.Operators.LCS
  • added default rule strategies for GAssist
Location:
branches/LearningClassifierSystems/HeuristicLab.Algorithms.GAssist/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/LearningClassifierSystems/HeuristicLab.Algorithms.GAssist/3.3

    • Property svn:ignore set to
      *.user
      Plugin.cs
  • branches/LearningClassifierSystems/HeuristicLab.Algorithms.GAssist/3.3/HeuristicLab.Algorithms.GAssist-3.3.csproj

    r9334 r9342  
    9696  </ItemGroup>
    9797  <ItemGroup>
    98     <Compile Include="Discretizer\UniformWidthDiscretizer.cs" />
    99     <Compile Include="Interfaces\IDiscretizer.cs" />
    100     <Compile Include="Interfaces\IGAssistIndividualCreator.cs" />
    101     <Compile Include="Interfaces\IGAssistSpecialStage.cs" />
    102     <Compile Include="Interfaces\IGAssistIndividual.cs" />
    103     <Compile Include="SpecialStage\GAssistSpecialStageMultiOperator.cs" />
    104     <Compile Include="SpecialStage\GAssistSpecialStageOperator.cs" />
    105     <Compile Include="SpecialStage\MergeOperator.cs" />
    106     <Compile Include="SpecialStage\ReinitializeOperator.cs" />
    107     <Compile Include="SpecialStage\SplitOperator.cs" />
    10898    <None Include="Properties\AssemblyInfo.cs.frame" />
    10999    <None Include="Plugin.cs.frame" />
     
    121111      <Name>HeuristicLab.Core-3.3</Name>
    122112    </ProjectReference>
     113    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators.LCS\3.3\HeuristicLab.Optimization.Operators.LCS-3.3.csproj">
     114      <Project>{f2c6d3b0-bd4f-4747-b13e-b18e53a2a09d}</Project>
     115      <Name>HeuristicLab.Optimization.Operators.LCS-3.3</Name>
     116    </ProjectReference>
    123117  </ItemGroup>
    124118  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     119  <PropertyGroup>
     120    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     121set ProjectDir=$(ProjectDir)
     122set SolutionDir=$(SolutionDir)
     123set Outdir=$(Outdir)
     124
     125call PreBuildEvent.cmd
     126</PreBuildEvent>
     127  </PropertyGroup>
    125128  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    126129       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.