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.

run_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.