Skip to content

Commit

Permalink
Multi-obj: another test with blended objectives #239
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbelov committed May 28, 2024
1 parent 085d8d0 commit fd0c34b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/end2end/cases/categorized/fast/multi_obj/modellist.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,20 @@
"_sobj[4]": 32.604395604395734
}
},
{
"name" : "dietobj_1000 multiobj=1 obj_pr_2",
"Comment": "Modify obj priorities and weights via suffixes in dietobj_pr_2",
"tags" : ["linear", "continuous", "multiobj"],
"files" : ["dietobj_1000.mod", "dietobj.dat", "dietobj_pr_2.inc"],
"options": { "ANYSOLVER_options": "multiobj=1" },
"values": {
"total_cost[\"A&P\"]": 923.4173333333333,
"total_cost[\"JEWEL\"]": 925.5577777777779,
"total_cost[\"VONS\"]": 918.4284444444445,
"total_number": 32.84444444444445,
"_sobj[4]": 32.84444444444445
}
},
{
"name" : "dietobj multiobj=1 obj:2:priority=10",
"Comment": "Modify obj priority via an option",
Expand Down

0 comments on commit fd0c34b

Please sign in to comment.