Skip to content

AI Augmented Workflow Scheduling in Mobile Edge Cloud Computing Systems

License

Notifications You must be signed in to change notification settings

imperial-qore/MCDS

Repository files navigation

License Python 3.7, 3.8 Hits Actions Status
Docker pulls yolo Docker pulls pocketsphinx Docker pulls aeneas

Supplementary to the Workflow scheduling submission

Novel Scheduling Algorithms

We present a novel algorithm in this work: MCDS. MCDS uses a deep surrogate model with monte carlo learning to develop a long-term QoS estimate. MCDS uses gradient based optimization to converge to near-optimal scheduling decisions.

Quick Start Guide

To run the COSCO framework, install required packages using

python3 install.py

To run the code with the required scheduler, modify line 117 of main.py to one of the several options including GOSH.

scheduler = MCDSScheduler('energy_latency_'+str(HOSTS))

To run the simulator, use the following command

python3 main.py

Wiki

Access the wiki for detailed installation instructions, implementing a custom scheduler and replication of results. All execution traces and training data is available at Zenodo under CC License.

License

BSD-3-Clause. Copyright (c) 2021, Shreshth Tuli. All rights reserved.

See License file for more details.

About

AI Augmented Workflow Scheduling in Mobile Edge Cloud Computing Systems

Resources

License

Stars

Watchers

Forks

Packages

No packages published