Expand description
Python evaluation module — numeric evaluation of expressions.
Provides PyExpressionEvaluator wrapping
ocas_eval::ExpressionEvaluator<f64>. The evaluator compiles an
expression to an instruction sequence once, then evaluates it many
times with different parameter values.
Structs§
- PyExpression
Evaluator - A compiled expression evaluator for fast numeric evaluation.