Methods
run() → {string}
Generate instance based on selected problem and input parameters
- Source:
Returns:
returns the generated instance coded as string
- Type
- string
run(methodParams) → {Result}
Run the calculation based on selected method, problem, and method parameters
Parameters:
Name | Type | Description |
---|---|---|
methodParams |
object | method parameters as object |
- Source:
Returns:
result as a result class
- Type
- Result