Parameters¶
Parameters extend Sympy symbols. They can be used in any python expression and result as Sympy Expressions to be used as amounts in Exchanges.
Create parameters¶
Float parameters¶
A float parameter represents a decimal value. The user should provide its name, unit and statistical distribution.
Distribution types¶
The following types of float distributions are supported.
Boolean parameters¶
Boolean parameters can take only two values 0 and 1.
Enum parameters¶
Enum parameters represent a set of mutually exclusive choices.
Utils¶
List of parameters¶
Save / load params¶
Custom Sympy functions¶
If you want to integrate a custom “blackbox” numerical computation, you may register and use custom Sympy function