cagpjax.policies.orthogonalization
Classes:
-
OrthogonalizationPolicy–Orthogonalization policy.
OrthogonalizationPolicy
Bases: AbstractBatchLinearSolverPolicy
Orthogonalization policy.
This policy orthogonalizes (if necessary) the action operator produced by the base policy.
Parameters:
-
–base_policyThe base policy that produces the action operator to be orthogonalized.
-
–methodThe method to use for orthogonalization.
-
–n_reorthoThe 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).