FunctionFactory
FunctionFactory
¶
Bases: CloningFactory[Element]
Factory of operators and functions used by the Function term.
related
Functions¶
_create_functions
¶
_create_operators
¶
_precedence
¶
Inverts the priority of precedence of operations, mapping 0-10 in ascending order to 100-0 in descending order.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
importance |
int
|
value between 0 and 10, where 0 is the most important |
required |
Returns:
Type | Description |
---|---|
int
|
precedence between 100 and 0, where 100 is the most important |