Skip to main content

Module types

Module types 

Source
Expand description

Core types for the evolution engine.

Structs§

Budget
Hard budget limits for the search.
Deduper
Deduplication helpers.
OracleVerdict
Rich oracle verdict providing gradient signals for fitness.
SearchStats
Search statistics passed to algorithms for termination decisions.
TargetHealthMonitor
Target health monitor with exponential backoff.

Enums§

EvolutionError
Errors that can occur in the evolution engine.
Feedback
Feedback from evaluating a candidate.
LoopAction
Action emitted by the intelligence loop state machine.
TerminationReason
Reason for terminating evolution.

Functions§

load_checkpoint
Load a checkpoint from disk.
save_checkpoint
Checkpoint persistence helpers.