AxLearnProgress
Defined in: https://github.com/ax-llm/ax/blob/242cf18d21de9f9d58c7c82f53305f0605497473/src/ax/dsp/learn.ts#L93
Progress callback for monitoring optimization.
Properties
| Property | Type | Description |
|---|---|---|
improvement | number | Score improvement from previous round |
round | number | Current round number |
score | number | Current best score |
totalRounds | number | Total rounds |