← work / pi-agent-space

surrogate model.

pi-agent-space · interactive visualization

Interactive visualization of the Heteroscedastic GP Surrogate model

A Gaussian Process (GP) is a prior over functions. Given a few observations, it infers a distribution over all possible functions consistent with those observations — giving both a mean prediction and uncertainty.

This model is heteroscedastic: the noise level varies across inputs rather than being a fixed constant. A second GP models the log-noise variance.

Five independent GPs run in parallel, one per Pareto objective: tokens τ cost c quality q and two more.

A package p is encoded as:

x = φ(p) ∈ ℝᵈ

φ concatenates one-hot model slot, binary skill presence, and one-hot prompt/template variants.

yᵢ = (τ̄ᵢ, c̄ᵢ, sᵢ, q̄ᵢ, rᵢ)

Trials without a subjective score rᵢ contribute only the first 4 components to the GP.