Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/14/20 14:55:23 (4 years ago)
Author:
chaider
Message:

#2971

  • Changed constraint violation table to ResultParameter
  • Changed symbol check to include DerivativeCalculator symbols
  • Moved SymbolicRegressionConstraintAnalyzer to plugins root
  • Added Power and Root to IntervalInterpreter
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interpreter/IntervalInterpreter.cs

    r17509 r17510  
    308308          !(n.Symbol is Logarithm) &&
    309309          !(n.Symbol is Exponential) &&
    310           //!(n.Symbol is Power) && //Interval Contains the symbol power, but the DerivativeCalculator does not!
     310          !(n.Symbol is Power) && //Interval Contains the symbol power, but the DerivativeCalculator does not!
    311311          !(n.Symbol is Square) &&
    312           //!(n.Symbol is Root) && //Interval Contains the symbol root, but the DerivativeCalculator does not!
     312          !(n.Symbol is Root) && //Interval Contains the symbol root, but the DerivativeCalculator does not!
    313313          !(n.Symbol is SquareRoot) &&
    314314          !(n.Symbol is Problems.DataAnalysis.Symbolic.Variable) &&
Note: See TracChangeset for help on using the changeset viewer.