Skip to content

Commit

Permalink
Increase tolerance so it passes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenbeckr committed Dec 11, 2015
1 parent 35f60ae commit 88b6de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/smallscale/test_SDP.m
Expand Up @@ -63,7 +63,7 @@ minimize trace( C*X )
mu = 1;

opts.stopCrit = 4;
opts.tol = 1e-3;
opts.tol = 1e-4;
contOpts = []; % options for "continuation" settings
% (to see possible options, type "continuation()" )
% By changing the options, you can get much better results sometimes,
Expand Down

0 comments on commit 88b6de4

Please sign in to comment.