Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/16/11 15:00:11 (13 years ago)
Author:
mkommend
Message:

#1418 - Refactored Encodings.SymbolicExpressionTree

Location:
branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/Operators
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/Operators/ISymbolicExpressionTreeOperator.cs

    r5483 r5494  
    2121
    2222using HeuristicLab.Core;
    23 using HeuristicLab.Data;
    2423
    25 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Interfaces {
     24namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding {
    2625  /// <summary>
    2726  /// Interface for operators that can be applied to symbolic expression trees.
    2827  /// </summary>
    2928  public interface ISymbolicExpressionTreeOperator : IOperator {
    30     IValueLookupParameter<IntValue> MaxTreeSizeParameter { get; }
    31     IValueLookupParameter<IntValue> MaxTreeHeightParameter { get; }
    32     ILookupParameter<ISymbolicExpressionGrammar> SymbolicExpressionGrammarParameter { get; }
    3329  }
    3430}
Note: See TracChangeset for help on using the changeset viewer.