Bases: object
The results of the strategy executions.
Returns a sequence of parameter values.
Returns the result for a given set of parameters.
Executes a server that will provide bars and strategy parameters for workers to use.
Parameters: |
|
---|---|
Return type: | A Results instance with the best results found or None if no results were obtained. |
Executes one or more worker processes that will run a strategy with the bars and parameters supplied by the server.
Parameters: |
|
---|
Executes many instances of a strategy in parallel and finds the parameters that yield the best results.
Parameters: |
|
---|---|
Return type: | A Results instance with the best results found. |
Note