.. _glossary: Glossary ======== .. glossary:: Nested Fitting Procedure Hyperparameter Optimization A two-level fitting procedure that optimises :term:`hyperparameters` and :term:`learned parameter` by iteratively retraining the model and validating it against :term:`performance constraint`. Training Configuration A file that defines the initial model and training parameters for either training or the :term:`nested fitting procedure`. It completely specifies the initialise model. Nested Fitting Configuration HPO Configuration A file that defines the settings used for :term:`nested fitting procedure`. Hyperparameter A model parameter chosen *before* regression (cutoff, number of Gaussians …). Learned Parameter Coefficient found by regression (:math:`\mathbf w`). Performance constraint A measurable (physical) property used as part of the loss. Search Space Constraint A bound placed on a :term:`hyperparameter` via an ``OPTIM`` line.