Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/17/12 00:58:19 (13 years ago)
Author:
abeham
Message:

#1828:

  • Added a SingleValueAnalyzer to HeuristicLab.Analysis
    • The ValueAnalyzer was not usable without changing the operator graph, it has a ScopeTreeLookupParameter and is only suitable to analyze values of children
    • I think we need an analyzer like this anyway so I implemented it and named it SingleValueAnalyzer
  • Added that to SA and parameterized accordingly
Location:
trunk/sources/HeuristicLab.Analysis/3.3/ValueAnalysis
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/sources/HeuristicLab.Analysis/3.3/ValueAnalysis/ValueAnalyzer.cs ΒΆ

    r7259 r8016  
    3434  /// An operator which analyzes a value in the scope tree.
    3535  /// </summary>
    36   [Item("ValueAnalyzer", "An operator which analyzes a value in the scope tree.")]
     36  [Item("ValueAnalyzer", "An operator which analyzes a value in the scope tree (current scope and children).")]
    3737  [StorableClass]
    3838  public sealed class ValueAnalyzer : AlgorithmOperator, IAnalyzer {
Note: See TracChangeset for help on using the changeset viewer.