メインコンテンツへスキップ

コメント

3件のコメント

  • Maliheh Aramon
    • Gurobi Staff

    Hi John, 

    Please check the multobj.py example that implements a set covering problem with four different objectives. The problem is an example of combining hierarchical and blended approaches to optimize various objectives. 

    Please have a look and then let us know if you have any followup questions. 

    Best regards,

    Maliheh

    0
  • John Chu
    • Gurobi-versary
    • First Comment
    • First Question

    Thank you so much for your answer. Based on this example, may I ask you what is the difference between implementation of strict hierarchical model and this one which is implementing "Combining hierarchical and blended model?"

    0
  • Riley Clement
    • Gurobi Staff

    Hi John,

    Say you had objectives X, Y and Z.  Then, by example:

    Heirarchical:
    Optimize X, then Y, then Z

    Blended:
    Optimize aX + bY + cZ (for scalars a,b,c)

    Heirarchical + Blended
    Optimize aX + bY, then Z

    - Riley

    0

サインインしてコメントを残してください。