AxOptimizationCheckpoint
Defined in: https://github.com/ax-llm/ax/blob/8dfd0ce02b8cb386fb2c93fa280a2ec0da2d6011/src/ax/dsp/common_types.ts#L53
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 |