Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/04/12 16:12:15 (12 years ago)
Author:
bburlacu
Message:

#1772: Performance improvements for the GenealogyGraph. Minor refactoring to VisualGenealogyGraphArc and VisualGenealogyGraphNode classes. Added new functionality to the SymbolicExpressionTreeFragmentsAnalyzer, minor refactoring in the other two analyzers. Refactored View code. Updated project references and plugin dependencies and added HeuristicLab.Problems.DataAnalysis.Symbolic to the branch.

Location:
branches/HeuristicLab.EvolutionaryTracking
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionaryTracking

    • Property svn:ignore
      •  

        old new  
         1*.suo
        12_ReSharper.HeuristicLab.Tracking
        23bin
  • branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4

    • Property svn:ignore
      •  

        old new  
         1*.user
        12bin
        23obj
        3 HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs
        4 *.user
        5 *.vs10x
        6 Plugin.cs
  • branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj

    r7997 r8213  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     43    <OutputPath>..\..\..\..\Trunk\sources\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    5151    <DebugType>pdbonly</DebugType>
    5252    <Optimize>true</Optimize>
    53     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     53    <OutputPath>..\..\..\..\Trunk\sources\bin\</OutputPath>
    5454    <DefineConstants>TRACE</DefineConstants>
    5555    <ErrorReport>prompt</ErrorReport>
     
    132132    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    133133      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    134     </Reference>
    135     <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    136       <SpecificVersion>False</SpecificVersion>
    137       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
    138134    </Reference>
    139135    <Reference Include="HeuristicLab.Random-3.3">
     
    170166    <Compile Include="Compiler\Instruction.cs" />
    171167    <Compile Include="Compiler\SymbolicExpressionTreeCompiler.cs" />
     168    <None Include="Plugin.cs.frame" />
    172169    <Compile Include="Creators\TracingSymbolicExpressionTreeCreator.cs" />
    173170    <Compile Include="Creators\FullTreeCreator.cs">
     
    178175    </Compile>
    179176    <Compile Include="Creators\RampedHalfAndHalfTreeCreator.cs" />
    180     <Compile Include="Crossovers\AssortativeSymbolicExpressionTreeCrossover.cs" />
    181177    <Compile Include="Crossovers\TracingSymbolicExpressionTreeCrossover.cs" />
    182178    <Compile Include="GenericWrapper.cs" />
     
    212208    <Compile Include="SymbolicExpressionGrammar.cs" />
    213209    <Compile Include="SymbolicExpressionTreeGrammar.cs" />
    214     <Compile Include="SymbolicExpressionTreeMatching.cs" />
    215210    <Compile Include="SymbolicExpressionTreeTopLevelNode.cs" />
    216211    <Compile Include="Crossovers\SubtreeCrossover.cs">
     
    238233  <ItemGroup>
    239234    <None Include="HeuristicLab.snk" />
    240     <None Include="Plugin.cs.frame" />
    241235    <None Include="Properties\AssemblyInfo.cs.frame" />
    242236  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.