AxOptimizationCheckpoint
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/dsp/optimizer.ts#L57
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 |
validationSet? | readonly AxExample [] |
version | string |