AxOptimizationCheckpoint
Defined in: https://github.com/ax-llm/ax/blob/be56d0cb4027af0a3a23d397cd01a57261e362d4/src/ax/dsp/common_types.ts#L54
Properties
Property | Type |
---|---|
bestConfiguration? | Record <string , unknown > |
bestScore | number |
configurationHistory | Record <string , unknown >[] |
currentRound | number |
examples | readonly AxExample [] |
optimizerConfig | Record <string , unknown > |
optimizerState | Record <string , unknown > |
optimizerType | string |
scoreHistory | number [] |
stats | AxOptimizationStats |
timestamp | number |
totalRounds | number |
version | string |