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

cabal test fails #2

Open
aavogt opened this issue Jul 4, 2014 · 1 comment
Open

cabal test fails #2

aavogt opened this issue Jul 4, 2014 · 1 comment

Comments

@aavogt
Copy link
Contributor

aavogt commented Jul 4, 2014

HVX.BlackBoxTests.HuberTestSpec doesn't pass here:

ellipsoidAns is

([("x",(4><1)
 [ -20000.000000000004
 ,                 0.0
 , -21333.333333333336
 ,  -20655.91117977289 ]),("y",(4><1)
 [ -20000.000000000004
 ,                 0.0
 , -21333.333333333336
 ,  -20655.91117977289 ])],2020199.5145947933,10.107763535)

while subgradAns is

([("x",(4><1)
 [  -1.519883690427249
 ,   -1.04620265003407
 ,  0.7680639641412947
 , -0.6741584739833172 ]),("y",(4><1)
 [    0.176451127779991
 , -1.71682689807249e-2
 ,  -0.7680785242367634
 ,  -1.0953244842643262 ])],0.40723437777081944)
@chrisnc
Copy link
Owner

chrisnc commented Jul 5, 2014

This is probably a stability issue with ellipsoid... Do you have the original problem data? Might help to see what CVX does.

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

No branches or pull requests

2 participants