Skip to content

ExperimentStatus


enum backtide.backtest.ExperimentStatus

The outcome status of a finished experiment.

  • success
  • partial
  • error


See Also

ExperimentResult

The complete result of a single experiment.

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.