-
Notifications
You must be signed in to change notification settings - Fork 6
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
Slow performance using 0.1-119 #31
Comments
@jean997 I can confirm that mix-SQP is getting stuck: library(mixsqp)
load("mixsqp_jean.RData")
out1 <- mixsqp(L,w,x0,control = list(maxiter.sqp = 24))
out2 <- mixkwdual(L,w) Here's the console output:
See here for the data used to run this example. |
@jean997 However, I should note the two solutions are very close to each other in terms of objective value:
I don't know exactly why mix-SQP isn't converging successfully, and it may take some time to pinpoint the exact issue---it does seem like a poorly behaved objective surface. As a workaround, I suggest providing a safer upper limit on the number of SQP iterations. |
I am having an issue with the new version of
mixsqp
. I have found it to be mostly faster however I seem to have certain instances where it takes a very very long time. I can file a github issue but I thought I would post here as well. I will attach my test data that replicates this problem. To test it I installed two different versions ofmixsqp
in different directories. Here is the code I used with output:The top two lines are for switching versions. Using
0.1-97
it completes in 11-15 seconds. Using version0.1-119
I have not let it run long enough to finish but it is more than 10 minutes.The data file seems to be too big to submit via github.
The text was updated successfully, but these errors were encountered: