Skip to main content
The executive dependency map shows the top-level data and control flow through EMEP. Each stage depends on the successful completion of all upstream stages.

Dependency Chain

Stage Descriptions

Optional Side Loops

  • Fine-tuning: LoRA or QLoRA adapters may be applied to base models before merge, producing task vectors. This loop feeds into CandidateGenerator but is not required for the primary pipeline.
  • RAG: Retrieval-augmented generation architecture may be attached to deployed models. This is a downstream serving enhancement, not a merge-time dependency.

Feedback Loop

The evolution cycle creates an iterative dependency: EvolutionEngine feeds back to MergeEngine when convergence is not reached. This loop continues until the population converges or a generation limit is exceeded.

Next Steps

See Component Dependency Graph for the internal runtime call graph, or Data Flow Map for the data class flows between stages.