skSymbolEvalContext
First introduced in version 3.00.6
Syntax
skSymbolEvalContext(skengine)
Details
Creates an expression evaluation context handle for use with skSymbolEval. This context stores the function definitions and Shark engine required for expression evaluation, decoupling expression evaluation from the symbolic regression process.
The Community Edition license does not support Shark. To use Shark, go to the official download page and click Request a free trial in the Shark section.
Parameters
skengine is a handle that specifies the Shark engine responsible for expression evaluation. You can obtain the engine handle by using the getGlobalSharkEngine function.
Returns
An expression evaluation context handle.
Examples
See Shark Symbolic Regression.
Related functions: getGlobalSharkEngine, skSymbolRegressor, skSymbolFit, skSymbolEval
