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

Multiple objectives and compute server

回答済み

コメント

3件のコメント

  • Alison Cozad
    Gurobi Staff Gurobi Staff

    Hi Julien,

    You can write out the parameter file for each environment separately using the Env.writeParams() function.  Here is an example,

    env0.writeParams("params_from_env0.prm")
    env1.writeParams("params_from_env1.prm")

    Happy to discuss this topic further.

     

    Also, I noticed that you are one of our commercial customers. You can reach out directly to the Gurobi Expert Team directly as part of your support.  To reach us, you can create a help request at support.gurobi.com.  For more details about the support that Gurobi offers, please see Gurobi Experts Technical Advisory & Support Team.


     

    0
  • Julien Dubost
    Gurobi-versary
    First Comment
    First Question

    Hi,
    Thanks for your reply, i missed this method.
    I tested and i can write and read params which is what i was seeking for.

    0
  • Alison Cozad
    Gurobi Staff Gurobi Staff

    Great to hear it helped!

    0

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