AxOptimizerResult
Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/dsp/optimizer.ts#L795
Extended by
Type Parameters
| Type Parameter |
|---|
OUT |
Properties
| Property | Type |
|---|---|
bestScore | number |
configurationHistory? | Record<string, unknown>[] |
demos? | AxProgramDemos<any, OUT>[] |
finalConfiguration? | Record<string, unknown> |
optimizedProgram? | AxOptimizedProgram<OUT> |
scoreHistory? | number[] |
stats | AxOptimizationStats |