Experiment tracking behavior and built-in trackers.
HTML/artifact visualization is intentionally excluded. Trackers receive scalar metrics, tables, and summary maps from the engine and can forward them to external systems or keep them in memory for tests and local tooling.
Summary
Functions
Create the dependency-free experiment tracker used for upstream-style tracking options.
Types
Callbacks
Functions
@spec create_experiment_tracker(keyword() | map()) :: GEPA.Tracking.ExperimentTracker.t()
Create the dependency-free experiment tracker used for upstream-style tracking options.
@spec finish(tracker()) :: :ok
@spec start(tracker()) :: :ok