GEPA.OptimizeAnything.Config (GEPA v0.3.0)

Copy Markdown View Source

Complete configuration for GEPA.OptimizeAnything.optimize_anything/1.

Summary

Types

t()

@type t() :: %GEPA.OptimizeAnything.Config{
  background: term(),
  callbacks: term(),
  dataset: term(),
  engine: term(),
  evaluator: term(),
  merge: term(),
  objective: term(),
  refiner: term(),
  reflection: term(),
  seed_candidate: term(),
  tracking: term(),
  valset: term()
}

Functions

new(opts \\ [])

@spec new(keyword() | map()) :: t()

to_map(config)

@spec to_map(t()) :: map()