No-Op

A no-op parameterization (does nothing).

This parameterization wraps the model, but otherwise leaves it unmodified.

The only use case for this is if you need your model consistently wrapped into a ParameterizedModel but don’t want to change their behavior.

If you don’t need a parameterization or the wrapping, just skip applying a parameterization and use the inner model directly.

pyqg_jax.parameterizations.noop.apply_parameterization(model)[source]

Apply the no-op parameterization to model.

Added in version 0.3.0.

Parameters:

model – The inner model to wrap in the parameterization.

Returns:

model wrapped in the parameterization.

Return type:

ParameterizedModel