Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9530


Ignore:
Timestamp:
05/24/13 16:03:14 (11 years ago)
Author:
gkronber
Message:

#2062 implemented an analyzer that tracks the best symbolic expression tree which is not specific to a given problem

Location:
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj

    r8600 r9530  
    109109  </ItemGroup>
    110110  <ItemGroup>
     111    <Compile Include="Analyzers\BestSymbolicExpressionTreeAnalyzer.cs" />
    111112    <Compile Include="Analyzers\MinAverageMaxSymbolicExpressionTreeLengthAnalyzer.cs" />
    112113    <Compile Include="Analyzers\SymbolicExpressionSymbolFrequencyAnalyzer.cs" />
     
    283284  -->
    284285  <PropertyGroup>
    285    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     286    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    286287set ProjectDir=$(ProjectDir)
    287288set SolutionDir=$(SolutionDir)
     
    290291call PreBuildEvent.cmd
    291292</PreBuildEvent>
    292 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     293    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    293294export ProjectDir=$(ProjectDir)
    294295export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.