Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12114


Ignore:
Timestamp:
03/04/15 09:37:25 (10 years ago)
Author:
pfleck
Message:

#2344 Updated parameter description of ExpressionCalculator and RunCollectionFormulaModifer to include the new functions.

Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Operators/3.3/ExpressionCalculator.cs

    r12012 r12114  
    7474variables (run parameters or results):
    7575  unquoted or in double quotes if they contain special characters or whitespace
    76 mathematical functions:
     76mathematical functions (resulting in double values):
    7777  +, -, *, /, ^ (power), log
    7878predicates:
    7979  ==, <, >, isnull, not
     80conversions:
     81  toint, todouble
     82array indexing:
     83  []
    8084stack manipulation:
    8185  drop swap dup
  • trunk/sources/HeuristicLab.Optimization/3.3/RunCollectionModification/RunCollectionFormulaModifer.cs

    r12012 r12114  
    6868variables (run parameters or results):
    6969  unquoted or in double quotes if they contain special characters or whitespace
    70 mathematical functions:
    71   +, -, /, ^ (power), log
     70mathematical functions (resulting in double values):
     71  +, -, *, /, ^ (power), log
    7272predicates:
    7373  ==, <, >, isnull, not
     74conversions:
     75  toint, todouble
     76array indexing:
     77  []
    7478stack manipulation:
    7579  drop swap dup
Note: See TracChangeset for help on using the changeset viewer.