bayespy.inference.vmp.transformations.RotationOptimizer¶
- class bayespy.inference.vmp.transformations.RotationOptimizer(block1, block2, D)[source]¶
Optimizer for rotation parameter expansion in state-space models
Rotates one model block with
and one model block with
.
- Parameters
- block1rotator object
The first rotation parameter expansion object
- block2rotator object
The second rotation parameter expansion object
- Dint
Dimensionality of the latent space
References
Methods
__init__
(block1, block2, D)rotate
([maxiter, check_gradient, verbose, ...])Optimize the rotation of two separate model blocks jointly.