parameterspace
In statistics and machine learning, the parameter space is the set of all possible values that a model's parameters can take. For a model with n parameters, the parameter space is typically a subset of R^n; each point in the space specifies a complete configuration of the model. The domain can be continuous, discrete, or a mixture, and may include constraints such as bounds or equality and inequality relationships.
The parameter space is distinct from the data space. An estimator or learning algorithm searches the parameter
The parameter space can be high-dimensional, which brings challenges such as the curse of dimensionality, identifiability,
Hyperparameters occupy a related but distinct concept. Hyperparameters control the learning process or model structure and