Getting the maximised values from maximising multiple objectives
回答済みI have a multiple objective model and i see in the printout the value from maximising the objectives
Solution count 1: 10.001
Optimal solution found (tolerance 1.00e-04)
Best objective 1.000100100000e+01, best bound 1.000100100000e+01, gap 0.0000%
where is this value stored so i can used it later in the code.
'model.objN' just gives me an array of 0s
using Python by the way
Thanks
0
-
正式なコメント
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?. -
Hi,
You can access the n-th objective value via setting the \(\texttt{ObjNumber}\) and getting the \(\texttt{ObjNVal}\) as described here.
Best regards,
Jaromił0
投稿コメントは受け付けていません。
コメント
2件のコメント