On this page

StabilityResult

gammaloop Class

StabilityResult()

Outcome and cost of one numerical-stability precision level.

Member details

precision

Property · read-only
#
precision: str

Numerical precision used for this stability level.

estimated_relative_accuracy

Property · read-only
#
estimated_relative_accuracy: Optional[float]

Estimated relative accuracy, or None when it could not be estimated.

status

Property · read-only
#
status: str

Human-readable stability outcome and number of rotated samples.

sample_count

Property · read-only
#
sample_count: int

Number of rotated samples evaluated at this precision level.

total_time_seconds

Property · read-only
#
total_time_seconds: float

Total wall-clock time spent at this precision level, in seconds.