ExperimentStatus
enum backtide.backtest.ExperimentStatus
The outcome status of a finished experiment.
- success
- partial
- error
See Also
The complete result of a single experiment.
Run a backtest experiment with the provided configuration.
Methods
| description | A short human-readable description of this status. |
method backtide.backtestdescription()
A short human-readable description of this status.
| Returns |
str
Description of the variant.
|