Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated '.../torchmin/trustregion/exact.py:67' to resolve the followi…
…ng warning: "UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. X = torch.triangular_solve(B, A).solution should be replaced with X = torch.linalg.solve_triangular(A, B)."
- Loading branch information