Packages

Production-ready hyperparameter optimization for Elixir with high Optuna parity. Leverages BEAM fault tolerance, real-time dashboards, and native distributed computing.

Current section

Files

Jump to
scout lib repo.ex
Raw

lib/repo.ex

defmodule Scout.Repo do
use Ecto.Repo, otp_app: :scout_core, adapter: Ecto.Adapters.Postgres
end