ExperimentStatus
enum backtide.backtest.ExperimentStatus
The outcome status of a finished experiment.
- success
- partial
- error
See Also
The complete result of a single experiment.
Configure and run one historical backtest experiment.
Methods
| description | A short human-readable description of this status. |
method description()
A short human-readable description of this status.
| Returns |
str
Description of the variant.
|