AxACEResult Generated TypeScript API reference. typescript api api/reference build/apidocs/Interface.AxACEResult.md interface AxACEResult

AxACEResult

Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/dsp/optimizers/ace.ts#L238

Extends

Type Parameters

Type Parameter
OUT extends AxGenOut

Properties

PropertyTypeOverridesInherited from
artifactAxACEOptimizationArtifact--
bestScorenumber-AxOptimizerResult.bestScore
configurationHistory?Record<string, unknown>[]-AxOptimizerResult.configurationHistory
demos?AxProgramDemos<any, OUT>[]-AxOptimizerResult.demos
finalConfiguration?Record<string, unknown>-AxOptimizerResult.finalConfiguration
optimizedProgram?AxACEOptimizedProgram<OUT>AxOptimizerResult.optimizedProgram-
playbookAxACEPlaybook--
scoreHistory?number[]-AxOptimizerResult.scoreHistory
statsAxOptimizationStats-AxOptimizerResult.stats
Docs