# `GEPA.OptimizeAnything.TrackingConfig`
[🔗](https://github.com/nshkrdotcom/gepa_ex/blob/v0.3.0/lib/gepa/optimize_anything.ex#L111)

Tracking options for `GEPA.OptimizeAnything`.

# `t`

```elixir
@type t() :: %GEPA.OptimizeAnything.TrackingConfig{
  attach_existing: term(),
  key_prefix: term(),
  logger: term(),
  mlflow_attach_existing: term(),
  mlflow_experiment_name: term(),
  mlflow_tracking_uri: term(),
  tracker: term(),
  use_mlflow: term(),
  use_wandb: term(),
  wandb_api_key: term(),
  wandb_attach_existing: term(),
  wandb_init_kwargs: term(),
  wandb_step_metric: term()
}
```

# `new`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
