Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/25/10 15:21:53 (15 years ago)
Author:
gkronber
Message:

Implemented operators to count relative frequencies of function-symbols and variable-symbols in over the whole population.
#5 (Operators to analyse structural diversity in GP populations)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLab.GP.StructureIdentification-3.3.csproj

    r2579 r2682  
    8585    <Compile Include="BaseClasses\FunctionTreeBase.cs" />
    8686    <Compile Include="BaseClasses\TreeEvaluatorBase.cs" />
     87    <Compile Include="Evaluators\VariableFrequencyBasedImpactCalculator.cs" />
    8788    <Compile Include="ScalingTreeEvaluator.cs" />
    8889    <Compile Include="ScalingTreeEvaluatorInjector.cs" />
     
    109110    </Compile>
    110111    <Compile Include="StandardGPRegression.cs" />
     112    <Compile Include="VariableFrequencyAnalyser.cs" />
    111113    <Compile Include="Symbols\Addition.cs" />
    112114    <Compile Include="Symbols\And.cs" />
Note: See TracChangeset for help on using the changeset viewer.