submit_child
Submit mutated child bundles for gate-checked evaluation and archive insertion, with parent tracking and operator notes to advance evolutionary optimization runs.
Instructions
Submit full child file contents for evaluation and archive insertion.
Call this once after producing one mutation from the current parent bundle. Echo its
parent_sample_seq, use the selected or suggested operator, and explain reasoning in notes.
Returns: {"program_id": str, "gate_passed": bool, "scores": dict, "fitness": number,
"archive_improved": bool, "best_fitness": number, "plateau": bool,
"budget_remaining": dict}, or the standard error dict.
Mistake to avoid: never modify content outside EVOLVE-BLOCK markers. The Engine rejects it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | ||
| notes | No | ||
| run_id | Yes | ||
| operator | Yes | ||
| parent_id | Yes | ||
| parent_sample_seq | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||