CISC 699 Applied Project - Homework 1
Requirement
Please illustrate the four different research processes in your own Please don’t copy and paste from the lecture notes. (15 points)
Please illustrate the general structure of a research paper. (15 points)
Please use dynamic programming to produce the optimal solution to the task assignment problem given as follows: (70 points)
Conditions:
2 cloud servers are available, Cloud A and B.
5 tasks are involved, Tasks 1, 2, 3, 4, and
Each task needs different execution time lengths and energy levels on different cloud servers. Detailed information refers to Table II.
Requirement:
Produce an energy mapping table showing the minimum energy level at each timing constraint. (50 points)
Create a task assignment plan to minimize the total cost of energy under timing constraint
Dynamic programming is required. (20 points)
Show your detailed steps; simply giving your final answer will only earn partial credits.
Table II. Information Table.
Task |
Cloud A |
Cloud B |
||
Time |
Energy |
Time |
Energy |
|
Task 1 |
1 |
4 |
2 |
3 |
Task 2 |
3 |
6 |
5 |
3 |
Task 3 |
5 |
6 |
3 |
8 |
Task 4 |
2 |
5 |
4 |
3 |
Task 5 |
2 |
4 |
3 |
2 |
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of