AutoRunMode

Preset auto-run modes controlling candidate count, validation set size, and trial budget cap.

The trial budget is auto-computed from the number of modules but capped by maxTrials to prevent the formula from producing excessive trials for multi-module agents.

Entries

Link copied to clipboard

Smallest budget: fewest candidates, smallest validation set, lowest trial cap.

Link copied to clipboard

Balanced budget between LIGHT and HEAVY.

Link copied to clipboard

Largest budget: most candidates, largest validation set, highest trial cap.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard

upper bound on optimization trials for this mode.

Link copied to clipboard
Link copied to clipboard

number of instruction/demo candidates generated per module.

Link copied to clipboard
Link copied to clipboard

number of validation examples used to score candidates.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.