Skip to content

Commit

Permalink
100-Dimensional Linear Examples (#26)
Browse files Browse the repository at this point in the history
* adding in linear examples in 100D

* save linear examples to one folder

* silence matplotlib warnings due to latex
  • Loading branch information
mathematicalmichael authored Feb 23, 2021
1 parent 7de9740 commit ff28c72
Show file tree
Hide file tree
Showing 2 changed files with 379 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/mud_examples/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def compare_linear_sols(transform, lam_ref, A, b,
if cov is None:
cov = np.eye(A.shape[1])

print("alpha = {}".format(alpha_list))
_logger.info("alpha = {}".format(alpha_list))
if isinstance(A, list): # svd approach returns list
dim_output = A[0].shape[0]
else:
Expand Down
Loading

0 comments on commit ff28c72

Please sign in to comment.