AxOptimizerResult
Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/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 |