BarHomogeneous Convergence Issue
AnsweredHello Team,
I would like to have information regarding the BarConvTol limit. For one of the model we have a barconver limit as 1e-5 but barrier algorithm is converging on 1e-8.
We think, this is happening due to BarHomogeneous Algorithm we are applying. Could you please confirm the same?
Is there any parameter for BarHomogeneous to stop the solver after its attain a certain limit of optimality?
-
Hi Vijay,
Are you solving a QCP? There is another parameter for that: BarQCPConvTol.
Otherwise, it may be that we are unable to terminate earlier (we need a few more iterations to find a feasible solution or so). You can probably check this with a callback: terminate when your criteria is met and check if the solution is feasible.
Cheers,
David0
Please sign in to leave a comment.
Comments
1 comment