Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/10/16 20:10:25 (8 years ago)
Author:
gkronber
Message:

#2650:

  • extended non-linear regression to work with factors
  • fixed bugs in constants optimizer and tree interpreter
  • improved simplification of factor variables
  • added support for factors to ERC view
  • added support for factors to solution comparison view
  • activated view for all factors
Location:
branches/symbreg-factors-2650/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/symbreg-factors-2650/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/IVariableSymbol.cs

    r14238 r14251  
    2424
    2525  /// <summary>
    26   /// Any symbol that references a variable
     26  /// Any symbol that references a variable (includes terminal as well as non-terminal symbols)
    2727  /// </summary>
    2828  public interface IVariableSymbol : ISymbol {
    2929  }
    30 
    31   /// <summary>
    32   /// Any tree node that references a variable
    33   /// </summary>
    34   public interface IVariableTreeNode : ISymbolicExpressionTreeNode {
    35     string VariableName { get; }
    36   }
    3730}
Note: See TracChangeset for help on using the changeset viewer.