AxJudgeOptions
Defined in: https://github.com/ax-llm/ax/blob/242cf18d21de9f9d58c7c82f53305f0605497473/src/ax/dsp/judge.ts#L46
Configuration for AxJudge.
Properties
| Property | Type | Description |
|---|---|---|
ai | AxAIService | AI service to use for judging (should be >= student model quality) |
criteria? | string | Custom criteria for reference-free evaluation |
model? | string | Model to use for judging (optional, uses ai’s default) |
randomizeOrder? | boolean | Whether to randomize A/B position in relativistic mode to reduce bias |