Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/04/11 17:13:27 (13 years ago)
Author:
mkommend
Message:

#1467: Changed AlleleTreeDepthParameter from IValueParameter to IFixedValueParameter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Analyzers/SymbolicDataAnalysisAlleleFrequencyAnalyzer.cs

    r6135 r6503  
    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.