cagpjax.policies.orthogonalization
OrthogonalizationPolicy
Bases: AbstractBatchLinearSolverPolicy
Orthogonalization policy.
This policy orthogonalizes (if necessary) the action operator produced by the base policy.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
base_policy
|
AbstractBatchLinearSolverPolicy
|
The base policy that produces the action operator to be orthogonalized. |
required |
method
|
OrthogonalizationMethod
|
The method to use for orthogonalization. |
QR
|
n_reortho
|
int
|
The number of times to re-orthogonalize each column. Reorthogonalizing once is generally sufficient to improve orthogonality for Gram-Schmidt variants (see e.g. 10.1007/s00211-005-0615-4). |
0
|