Skip to main content

Module run

Module run 

Source
Expand description

Experiment run tracking and storage.

This module provides types for tracking individual experiment runs, including metrics, hyperparameters, and storage backends.

Structs§

ExperimentRun
Experiment run with full tracking metadata
InMemoryExperimentStorage
In-memory experiment storage for testing

Enums§

RunStatus
Run status

Traits§

ExperimentStorage
Experiment storage backend trait