Expand description
Core types for the evolution engine.
Structs§
- Budget
- Hard budget limits for the search.
- Deduper
- Deduplication helpers.
- Oracle
Verdict - Rich oracle verdict providing gradient signals for fitness.
- Search
Stats - Search statistics passed to algorithms for termination decisions.
- Target
Health Monitor - Target health monitor with exponential backoff.
Enums§
- Evolution
Error - Errors that can occur in the evolution engine.
- Feedback
- Feedback from evaluating a candidate.
- Loop
Action - Action emitted by the intelligence loop state machine.
- Termination
Reason - Reason for terminating evolution.
Functions§
- load_
checkpoint - Load a checkpoint from disk.
- save_
checkpoint - Checkpoint persistence helpers.