AxParetoResult
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/dsp/optimizer.ts#L932
Extends
AxOptimizerResult
<OUT
>
Type Parameters
Type Parameter | Default type |
---|---|
OUT | any |
Properties
Property | Type | Inherited from |
---|---|---|
bestScore | number | AxOptimizerResult .bestScore |
configurationHistory? | Record <string , unknown >[] | AxOptimizerResult .configurationHistory |
convergenceMetrics? | Record <string , number > | - |
demos? | AxProgramDemos <any , OUT >[] | AxOptimizerResult .demos |
finalConfiguration? | Record <string , unknown > | AxOptimizerResult .finalConfiguration |
hypervolume? | number | - |
paretoFront | readonly object [] | - |
paretoFrontSize | number | - |
scoreHistory? | number [] | AxOptimizerResult .scoreHistory |
stats | AxOptimizationStats | AxOptimizerResult .stats |