Multi-Objective: How to get the runtime of each objective function?
回答済みHello,
I have a Integer Program with 5 objective functions. For the fifth obj. function I want to set a time limit. The limit should be the maximum runtime of the other four runtimes. Thus, my question is how to get the runtime of a single objective function before optimizing it? The time limit will then be set with getMultiobjEnv and setParam.
Thanks in advance.
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 Daniel,
It is possible with the use of the cbStopOneMultiObj() function. However, it requires some bookkeeping of the runtimes of the previous objectives. The example in the documentation of the cbStopOneMultiObj() function already shows an example on which you can build up.
Best regards,
Jaromił0
投稿コメントは受け付けていません。
コメント
2件のコメント