raleng / nmf

Non-negative matrix factorization using MUR, ANLS, ADMM or AO-ADMM.
Other
10 stars 2 forks source link

Add rho to experiment for admm #3

Closed raleng closed 1 year ago

raleng commented 1 year ago

Description

When saving the ADMM factorization results, the file name for the results depends on the value of rho for the respective experiment. That rho value was not part of the named tuple of the results.

This PR fixes that and adds the value to the experiment, and to the file name.