Commit baae3145 authored by Georgios Dagkakis's avatar Georgios Dagkakis

EventGenerator to call the new executor

parent 74f8e6dc
...@@ -25,10 +25,9 @@ class AddDemandPlannerGenerator(plugin.InputPreparationPlugin): ...@@ -25,10 +25,9 @@ class AddDemandPlannerGenerator(plugin.InputPreparationPlugin):
"start": 0, "start": 0,
"stop": 0.5, "stop": 0.5,
"_class": "dream.simulation.EventGenerator.EventGenerator", "_class": "dream.simulation.EventGenerator.EventGenerator",
"method": "dream.simulation.applications.DemandPlanning.executor_ACO.main", "method": "dream.simulation.applications.DemandPlanning.executor_M_controlled.main",
"argumentDict": {'input':data_uri_encoded_input_data, 'algorithmAttributes':algorithmAttributes} "argumentDict": {'input':data_uri_encoded_input_data, 'algorithmAttributes':algorithmAttributes}
} }
#print nodes
return data return data
\ No newline at end of file
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