Commit f82f7128 authored by Georgios Dagkakis's avatar Georgios Dagkakis

models updated to output weights correctly

parent f9c0a6ce
...@@ -213,11 +213,11 @@ ...@@ -213,11 +213,11 @@
"type": "string" "type": "string"
}, },
{ {
"name": "Obj1: Max number of assigned PB", "name": "Obj2: Assignment to machines with higher WIPB",
"type": "string" "type": "string"
}, },
{ {
"name": "Obj2: Assignment to machines with higher WIP", "name": "Obj4: Uniform assignment across stations",
"type": "string" "type": "string"
}, },
{ {
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
"type": "string" "type": "string"
}, },
{ {
"name": "Obj4: Uniform assignment across stations", "name": "Obj6: Fill sub-line",
"type": "string" "type": "string"
}, },
{ {
...@@ -233,7 +233,7 @@ ...@@ -233,7 +233,7 @@
"type": "string" "type": "string"
}, },
{ {
"name": "Obj6: Fill sub-line", "name": "Obj1: Max number of assigned PB",
"type": "string" "type": "string"
} }
] ]
......
...@@ -289,43 +289,43 @@ ...@@ -289,43 +289,43 @@
"type": "object_view", "type": "object_view",
"title": "Results" "title": "Results"
}, },
"view_ACO_weights_spreadsheet": { "view_ACO_weights_spreadsheet": {
"gadget": "Input_viewSpreadsheet", "configuration": {
"configuration": { "columns": [
"columns": [ {
{ "name": "",
"type": "string", "type": "string"
"name": "" },
}, {
{ "name": "Obj2: Assignment to machines with higher WIPB",
"type": "string", "type": "string"
"name": "Obj1: Max number of assigned PB" },
}, {
{ "name": "Obj4: Uniform assignment across stations",
"type": "string", "type": "string"
"name": "Obj2: Assignment to machines with higher WIP" },
}, {
{ "name": "Obj3: Min assignment variations",
"type": "string", "type": "string"
"name": "Obj3: Min assignment variations" },
}, {
{ "name": "Obj6: Fill sub-line",
"type": "string", "type": "string"
"name": "Obj4: Uniform assignment across stations" },
}, {
{ "name": "Obj5: Machines with furthest last assignment time",
"type": "string", "type": "string"
"name": "Obj5: Machines with furthest last assignment time" },
}, {
{ "name": "Obj1: Max number of assigned PB",
"type": "string", "type": "string"
"name": "Obj6: Fill sub-line" }
} ]
] },
}, "gadget": "Input_viewSpreadsheet",
"type": "object_view", "title": "Optimization Weights",
"title": "Optimization Weights" "type": "object_view"
}, },
"view_run_simulation": { "view_run_simulation": {
"gadget": "Input_viewSimulation", "gadget": "Input_viewSimulation",
"type": "object_view", "type": "object_view",
...@@ -2273,26 +2273,6 @@ ...@@ -2273,26 +2273,6 @@
null null
] ]
], ],
"ACO_weights_spreadsheet": [
[
"",
"Obj1: Max number of assigned PB",
"Obj2: Assignment to machines with higher WIP",
"Obj3: Min assignment variations",
"Obj4: Uniform assignment across stations",
"Obj5: Machines with furthest last assignment time",
"Obj6: Fill sub-line"
],
[
null,
null,
null,
null,
null,
null,
null
]
],
"machine_shift_spreadsheet": [ "machine_shift_spreadsheet": [
[ [
"Date", "Date",
......
...@@ -289,43 +289,43 @@ ...@@ -289,43 +289,43 @@
"type": "object_view", "type": "object_view",
"title": "Results" "title": "Results"
}, },
"view_ACO_weights_spreadsheet": { "view_ACO_weights_spreadsheet": {
"gadget": "Input_viewSpreadsheet", "configuration": {
"configuration": { "columns": [
"columns": [ {
{ "name": "",
"type": "string", "type": "string"
"name": "" },
}, {
{ "name": "Obj2: Assignment to machines with higher WIPB",
"type": "string", "type": "string"
"name": "Obj1: Max number of assigned PB" },
}, {
{ "name": "Obj4: Uniform assignment across stations",
"type": "string", "type": "string"
"name": "Obj2: Assignment to machines with higher WIP" },
}, {
{ "name": "Obj3: Min assignment variations",
"type": "string", "type": "string"
"name": "Obj3: Min assignment variations" },
}, {
{ "name": "Obj6: Fill sub-line",
"type": "string", "type": "string"
"name": "Obj4: Uniform assignment across stations" },
}, {
{ "name": "Obj5: Machines with furthest last assignment time",
"type": "string", "type": "string"
"name": "Obj5: Machines with furthest last assignment time" },
}, {
{ "name": "Obj1: Max number of assigned PB",
"type": "string", "type": "string"
"name": "Obj6: Fill sub-line" }
} ]
] },
}, "gadget": "Input_viewSpreadsheet",
"type": "object_view", "title": "Optimization Weights",
"title": "Optimization Weights" "type": "object_view"
}, },
"view_run_simulation": { "view_run_simulation": {
"gadget": "Input_viewSimulation", "gadget": "Input_viewSimulation",
"type": "object_view", "type": "object_view",
...@@ -2292,13 +2292,13 @@ ...@@ -2292,13 +2292,13 @@
], ],
"ACO_weights_spreadsheet": [ "ACO_weights_spreadsheet": [
[ [
"", "",
"Obj1: Max number of assigned PB",
"Obj2: Assignment to machines with higher WIP", "Obj2: Assignment to machines with higher WIP",
"Obj3: Min assignment variations",
"Obj4: Uniform assignment across stations", "Obj4: Uniform assignment across stations",
"Obj3: Min assignment variations",
"Obj6: Fill sub-line",
"Obj5: Machines with furthest last assignment time", "Obj5: Machines with furthest last assignment time",
"Obj6: Fill sub-line" "Obj1: Max number of assigned PB"
], ],
[ [
"Min weight value", "Min weight value",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment