Commit d052c077 authored by Georgios Dagkakis's avatar Georgios Dagkakis

batch instance to include fields for ACO and also use by default batchesACO execution plugin

parent 3db5ca2b
......@@ -73,6 +73,18 @@
],
"name": "Output Trace",
"type": "string"
},
"numberOfGenerations":{
"default": 1,
"title": "Number of optimization generations",
"description" : "Number of optimization generations",
"type": "integer"
},
"numberOfAntsPerGenerations":{
"default": 5,
"title": "Number of scenarios per optimization generation",
"description": "Number of scenarios per optimization generation",
"type": "integer"
}
}
},
......@@ -359,7 +371,7 @@
]
},
"processing_plugin": {
"_class": "dream.plugins.plugin.DefaultExecutionPlugin",
"_class": "dream.plugins.Batches.BatchesACO.BatchesACO",
"description": ""
}
},
......
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