Skip to content
Discussion options

You must be logged in to vote

getMILPParams was removed in release 2.7.0, instead the parameters are directly coded in optimizeProb:

defaultparams.feasTol = 1e-9;
defaultparams.optTol = 1e-9;
defaultparams.objTol = 1e-6;
defaultparams.timeLimit = 1000;
%defaultparams.iterationLimit = 1000;
defaultparams.intTol = 1e-12;
defaultparams.relMipGapTol = 1e-12;
defaultparams.absMipGapTol = 1e-12;
if milp
defaultparams.MIPGap = 1e-12;
defaultparams.Seed = 1;
end

Perhaps not ideal, but e.g. time thresholds can still be adjusted there.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dimwas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants