Expand description
Sentinel config TOML build/parse.
Structsยง
- Candidate
Item Config - One candidate item for a slot.
- Factorial
Config - Factorial-screening phase configuration.
- Screening
Config - Screening phase configuration.
- Sentinel
Config - Configuration consumed by the sentinel scheduler, stored as TOML in
jobs.sentinel_config. - Sentinel
Config Error - Failure to parse or serialize Sentinel configuration TOML.
- Slot
Candidates Config - Candidate items for a single gear slot in a tournament job.
- Tournament
Config - Optional tournament-specific settings.
- Tournament
Phase Config - One elimination phase for the tournament strategy.
Enumsยง
- Sentinel
Config ๐Error Kind - Sentinel
Config Operation - Operation being performed when Sentinel configuration handling failed.
Constantsยง
- DEFAULT_
INTERACTION_ ๐ITERS - DEFAULT_
ITERATIONS ๐ - DEFAULT_
KEEP_ ๐MIN - DEFAULT_
MAIN_ ๐ITERS - DEFAULT_
MAX_ ๐ITERATIONS - DEFAULT_
MIN_ ๐ITERATIONS - DEFAULT_
TARGET_ ๐ERROR - DEFAULT_
TOP_ ๐K_ PER_ SLOT
Functionsยง
- build_
sentinel_ config - Serialize a
SentinelConfigto its canonical pretty-printed TOML form. - default_
interaction_ ๐iters - default_
keep_ ๐min - default_
main_ ๐iters - default_
max_ ๐iterations - default_
min_ ๐iterations - default_
strategy ๐ - default_
target_ ๐error - default_
top_ ๐k_ per_ slot - is_
zero_ ๐u32 - parse_
sentinel_ config - Deserialize a
SentinelConfigfrom its TOML representation.