You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This transformation can provide convergence and robustness improvements for the optimisation and sampling processes when hyper-parameters are not calibrated.
Possible implementation
Add an instance of the ScaledTransformation that scales the parameter space to an amplitude of 1 and range of [0,1].
Additional context
No response
The text was updated successfully, but these errors were encountered:
Feature description
Normalising the parameter space to a common amplitude and scale can be viewed as a special-case for the
ScaledTransformation
instance. For more information, see https://en.wikipedia.org/wiki/Normalization_(statistics)Motivation
This transformation can provide convergence and robustness improvements for the optimisation and sampling processes when hyper-parameters are not calibrated.
Possible implementation
Add an instance of the
ScaledTransformation
that scales the parameter space to an amplitude of 1 and range of [0,1].Additional context
No response
The text was updated successfully, but these errors were encountered: