Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/01/11 17:48:53 (13 years ago)
Author:
mkommend
Message:

#1479: Integrated trunk changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GP.Grammar.Editor/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Analyzers/SymbolicDataAnalysisAlleleFrequencyAnalyzer.cs

    r6387 r6618  
    2020#endregion
    2121
    22 using System;
     22using System.Collections.Generic;
    2323using System.Linq;
     24using System.Text;
    2425using HeuristicLab.Analysis;
    2526using HeuristicLab.Common;
    2627using HeuristicLab.Core;
    2728using HeuristicLab.Data;
     29using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    2830using HeuristicLab.Parameters;
    2931using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    30 using System.Collections.Generic;
    31 using System.Text;
    32 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    3332
    3433namespace HeuristicLab.Problems.DataAnalysis.Symbolic {
     
    4746    }
    4847
    49     public IValueParameter<IntValue> AlleleTreeDepthParameter {
     48    public IFixedValueParameter<IntValue> AlleleTreeDepthParameter {
    5049      get { return (IFixedValueParameter<IntValue>)Parameters[AlleleTreeDepthParameterName]; }
    5150    }
Note: See TracChangeset for help on using the changeset viewer.