Jump to content

Connect SuperML | Leeroopedia MCP: Equip your AI agents with best practices, code verification, and debugging knowledge. Powered by Leeroo — building Organizational Superintelligence. Contact us at founders@leeroo.com.

Principle:Ucbepic Docetl Optimizer Configuration

From Leeroopedia


Knowledge Sources
Domains Optimization, Configuration
Last Updated 2026-02-08 01:40 GMT

Overview

A configuration principle that parameterizes the optimization search with model choices, iteration budgets, and evaluation criteria.

Description

Optimizer Configuration defines how the automated optimization process is parameterized. For the MOAR optimizer, this includes specifying the evaluation function file, the metric key to optimize, available LLM models, iteration budget, exploration constant for UCB (Upper Confidence Bound), and the output directory for optimized pipeline variants.

The configuration is provided as an optimizer_config section in the YAML pipeline file and parsed by the CLI build command.

Usage

Set the optimizer configuration before running docetl build. The configuration determines the scope, budget, and quality criteria of the optimization search.

Theoretical Basis

Optimizer configuration follows multi-objective optimization principles:

  1. Objective Specification: Define what "better" means via evaluation function and metric key
  2. Search Space: Define available models and directives
  3. Budget: Limit search iterations and computational cost
  4. Exploration vs Exploitation: Set UCB exploration constant to balance search diversity

Related Pages

Implemented By

Page Connections

Double-click a node to navigate. Hold to expand connections.
Principle
Implementation
Heuristic
Environment