Commit f82f7128 authored by Georgios Dagkakis's avatar Georgios Dagkakis

models updated to output weights correctly

parent f9c0a6ce
......@@ -213,11 +213,11 @@
"type": "string"
},
{
"name": "Obj1: Max number of assigned PB",
"name": "Obj2: Assignment to machines with higher WIPB",
"type": "string"
},
{
"name": "Obj2: Assignment to machines with higher WIP",
"name": "Obj4: Uniform assignment across stations",
"type": "string"
},
{
......@@ -225,7 +225,7 @@
"type": "string"
},
{
"name": "Obj4: Uniform assignment across stations",
"name": "Obj6: Fill sub-line",
"type": "string"
},
{
......@@ -233,7 +233,7 @@
"type": "string"
},
{
"name": "Obj6: Fill sub-line",
"name": "Obj1: Max number of assigned PB",
"type": "string"
}
]
......
......@@ -289,43 +289,43 @@
"type": "object_view",
"title": "Results"
},
"view_ACO_weights_spreadsheet": {
"gadget": "Input_viewSpreadsheet",
"configuration": {
"columns": [
{
"type": "string",
"name": ""
},
{
"type": "string",
"name": "Obj1: Max number of assigned PB"
},
{
"type": "string",
"name": "Obj2: Assignment to machines with higher WIP"
},
{
"type": "string",
"name": "Obj3: Min assignment variations"
},
{
"type": "string",
"name": "Obj4: Uniform assignment across stations"
},
{
"type": "string",
"name": "Obj5: Machines with furthest last assignment time"
},
{
"type": "string",
"name": "Obj6: Fill sub-line"
}
]
},
"type": "object_view",
"title": "Optimization Weights"
},
"view_ACO_weights_spreadsheet": {
"configuration": {
"columns": [
{
"name": "",
"type": "string"
},
{
"name": "Obj2: Assignment to machines with higher WIPB",
"type": "string"
},
{
"name": "Obj4: Uniform assignment across stations",
"type": "string"
},
{
"name": "Obj3: Min assignment variations",
"type": "string"
},
{
"name": "Obj6: Fill sub-line",
"type": "string"
},
{
"name": "Obj5: Machines with furthest last assignment time",
"type": "string"
},
{
"name": "Obj1: Max number of assigned PB",
"type": "string"
}
]
},
"gadget": "Input_viewSpreadsheet",
"title": "Optimization Weights",
"type": "object_view"
},
"view_run_simulation": {
"gadget": "Input_viewSimulation",
"type": "object_view",
......@@ -2273,26 +2273,6 @@
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": [
[
"Date",
......
......@@ -289,43 +289,43 @@
"type": "object_view",
"title": "Results"
},
"view_ACO_weights_spreadsheet": {
"gadget": "Input_viewSpreadsheet",
"configuration": {
"columns": [
{
"type": "string",
"name": ""
},
{
"type": "string",
"name": "Obj1: Max number of assigned PB"
},
{
"type": "string",
"name": "Obj2: Assignment to machines with higher WIP"
},
{
"type": "string",
"name": "Obj3: Min assignment variations"
},
{
"type": "string",
"name": "Obj4: Uniform assignment across stations"
},
{
"type": "string",
"name": "Obj5: Machines with furthest last assignment time"
},
{
"type": "string",
"name": "Obj6: Fill sub-line"
}
]
},
"type": "object_view",
"title": "Optimization Weights"
},
"view_ACO_weights_spreadsheet": {
"configuration": {
"columns": [
{
"name": "",
"type": "string"
},
{
"name": "Obj2: Assignment to machines with higher WIPB",
"type": "string"
},
{
"name": "Obj4: Uniform assignment across stations",
"type": "string"
},
{
"name": "Obj3: Min assignment variations",
"type": "string"
},
{
"name": "Obj6: Fill sub-line",
"type": "string"
},
{
"name": "Obj5: Machines with furthest last assignment time",
"type": "string"
},
{
"name": "Obj1: Max number of assigned PB",
"type": "string"
}
]
},
"gadget": "Input_viewSpreadsheet",
"title": "Optimization Weights",
"type": "object_view"
},
"view_run_simulation": {
"gadget": "Input_viewSimulation",
"type": "object_view",
......@@ -2292,13 +2292,13 @@
],
"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",
"Obj3: Min assignment variations",
"Obj6: Fill sub-line",
"Obj5: Machines with furthest last assignment time",
"Obj6: Fill sub-line"
"Obj1: Max number of assigned PB"
],
[
"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