User guide¶
The guide documents how gpmp-contrib stores models, parameters,
diagnostics, priors, and sequential-procedure state. The runnable Hartmann4
sequence is in Getting started.
Model construction and inspection¶
Concepts gives the package map and states which objects belong to
gpmpand which objects are added bygpmp-contrib.Models and computer experiments explains
ComputerExperiment,ModelContainer, the provided Matérn classes, and the shape conventions forxiandzi.Parameter selection explains what
select_paramsdoes, how optimizer starts and bounds are chosen, and when ML, REML, or REMAP is used.Model state and parameter objects shows where selected parameters,
Paramobjects, optimizer reports, and resolved prior objects are stored.Diagnostics and inspection explains the printed diagnosis and prediction-performance summaries.
Procedure-specific topics¶
Priors for REMAP selection covers REMAP models with explicit prior anchors or hyperparameters.
Sequential design, optimization, and set estimation covers expected improvement, excursion sets, set inversion, SMC particles, and BSS particles.
Relaxed Gaussian processes covers the relaxed Gaussian-process procedure.
Examples and API links¶
The guide describes objects and stored state. Examples gives complete scripts, plots, and representative results. API reference gives signatures, shapes, return values, stored side effects, and failure conditions.