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.
Description
When saving the ADMM factorization results, the file name for the results depends on the value of
rho
for the respective experiment. Thatrho
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.