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

AxGEPAComponentBanditState

TypeScript
type AxGEPAComponentBanditState = object;

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

Properties

accepts

TypeScript
accepts: number;

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


lastAcceptIter

TypeScript
lastAcceptIter: number;

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


proposals

TypeScript
proposals: number;

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


stagnation

TypeScript
stagnation: number;

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

Docs