optimize_anything_with_server¶
gepa.optimize_anything.optimize_anything_with_server(server: EvalServer, config: OptimizeAnythingConfig | None = None) -> Result
¶
Run optimization against a caller-owned :class:EvalServer.
The caller is responsible for server.start() and server.stop().
Server-shaped config fields such as max_evals, output_dir, and
tracker are ignored because they already belong to the server.