AxGEPABatchEvaluation Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxGEPABatchEvaluation.md type AxGEPABatchEvaluation

AxGEPABatchEvaluation

TypeScript
type AxGEPABatchEvaluation = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/optimizers/gepaEvaluation.ts#L22

Properties

avg

TypeScript
avg: Record<string, number>;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/optimizers/gepaEvaluation.ts#L24


rows

TypeScript
rows: AxGEPABatchRow[];

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/optimizers/gepaEvaluation.ts#L23


scalars

TypeScript
scalars: number[];

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/optimizers/gepaEvaluation.ts#L25


sum

TypeScript
sum: number;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/optimizers/gepaEvaluation.ts#L26


trajectories?

TypeScript
optional trajectories: readonly unknown[];

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/optimizers/gepaEvaluation.ts#L27

Docs