MCPcopy
hub / github.com/davebcn87/pi-autoresearch / MetricDef

Interface MetricDef

extensions/pi-autoresearch/index.ts:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91interface MetricDef {
92 name: string;
93 unit: string;
94}
95
96interface ExperimentState {
97 results: ExperimentResult[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected