Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/09/11 17:15:58 (13 years ago)
Author:
bburlacu
Message:

#1661: Added SymbolicExpressionTreeLengthAnalyzer. Added new scalingFactory visual property for table data rows (for dynamically adjusting the histogram scale depending on the number of bins) + scaling logic inside the tree length analyzer, adjusted DataTableView.

File:
1 edited

Legend:

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

    r6803 r6978  
    3636  [StorableClass]
    3737  public abstract class SymbolicDataAnalysisProblem<T, U, V> : HeuristicOptimizationProblem<U, V>, IDataAnalysisProblem<T>, ISymbolicDataAnalysisProblem, IStorableContent
    38     where T : class,IDataAnalysisProblemData
     38    where T : class, IDataAnalysisProblemData
    3939    where U : class, ISymbolicDataAnalysisEvaluator<T>
    4040    where V : class, ISymbolicDataAnalysisSolutionCreator {
     
    202202      Operators.Add(new SymbolicDataAnalysisVariableFrequencyAnalyzer());
    203203      Operators.Add(new MinAverageMaxSymbolicExpressionTreeLengthAnalyzer());
     204      Operators.Add(new SymbolicExpressionTreeLengthAnalyzer());
    204205      ParameterizeOperators();
    205206    }
Note: See TracChangeset for help on using the changeset viewer.