You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A potential research direction is extend this to an interactive GUI-driven simulation.
Expectations:
Design components (such as Datacenter, Broker, etc) in the GUI
Connect components in the GUI and derive information flow
Choose which java extension drives a certain component (allow extensions)
One-click to run the simulation and observe logs
Challenges
GUI design could translated to the human-readable script and then CloudSim express can run it. The mapping between design to script could be a nice research challenge to tackle
A well though and engineered implementation of the GUI
An interested researcher might use following cues.
Tensorflow follows somewhat similar approach (design execution flow diagram using python, and deploy the diagram to be executed in low-level languages). This might help for GUI-to-script translation.
The text was updated successfully, but these errors were encountered:
CloudSim Express provides human-readable scripted simulations.
A potential research direction is extend this to an interactive GUI-driven simulation.
Expectations:
Challenges
An interested researcher might use following cues.
The text was updated successfully, but these errors were encountered: