Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aligned printing of cost #139

Merged
merged 1 commit into from
Jul 29, 2021
Merged

Conversation

kalmarek
Copy link
Contributor

@kalmarek kalmarek commented Jul 29, 2021

Before:

Iter:	Objective:	Primal Res:	Dual Res:	Rho:
1	-3.2593e+00	9.2505e+01	5.9996e-01	1.0000e-01
25	9.0494e-04	1.4282e-03	4.3648e-04	1.0000e-01
50	2.8941e-05	1.4262e-04	9.3253e-05	1.0000e-01
75	-2.6338e-05	2.4493e-04	4.8140e-05	1.0000e-01
100	3.6233e-05	1.0852e-03	2.5271e-05	1.7212e-02
125	-6.4166e-05	7.3616e-04	1.5887e-05	1.7212e-02

after (compare the Objective column)

Iter:	Objective:	Primal Res:	Dual Res:	Rho:
1	-3.2593e+00	9.2505e+01	5.9996e-01	1.0000e-01
25	 9.0494e-04	1.4282e-03	4.3648e-04	1.0000e-01
50	 2.8941e-05	1.4262e-04	9.3253e-05	1.0000e-01
75	-2.6338e-05	2.4493e-04	4.8140e-05	1.0000e-01
100	 3.6233e-05	1.0852e-03	2.5271e-05	1.7212e-02
125	-6.4166e-05	7.3616e-04	1.5887e-05	1.7212e-02

@CLAassistant
Copy link

CLAassistant commented Jul 29, 2021

CLA assistant check
All committers have signed the CLA.

@migarstka
Copy link
Member

Thanks for this. I never realized the rows were misaligned.

@migarstka migarstka merged commit eb189a6 into oxfordcontrol:master Jul 29, 2021
@kalmarek kalmarek deleted the patch-1 branch July 29, 2021 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants