Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Instructions: Read the assignment proposal carefully. If any of the requirements are missed in the final code submission, the respective marks will be deducted. It

Instructions:
Read the assignment proposal carefully.
If any of the requirements are missed in the final code submission, the respective marks will be
deducted.
It is mandatory to submit the assignment in the PDF format only consisting of all the outcomes with
each and every iteration. Any other format will not be accepted.
Add comments and description to every function you are creating or operation you are performing.
If not found, then 1 mark will be deducted. There are many assignments that need to be evaluated.
By providing the comments and description it will help the evaluator to understand your code
quickly and clearly.
Late submissions will have the penalty of -2 marks.
Title: Applying Markov Decision Process for obtaining the optimized route for transportation.
Problem Statement: Suppose there is a driver who wants to transport some purchased item to a customer
from source location A (shop) to destination location B (customer house). There are a number of routes
available for transporting an item from location A to location B. While delivering the item, there are
certain challenges the driver has to look after such as transportation time, cost and traffic. The objective of
the problem is to find the optimal route for the driver by overcoming all the three parameters mentioned
above.
Scenario: Let's say the driver has his own navigation system and he can optimize his route using the
following different scenarios:
Optimize the route with respect to time: The driver has to find a route in such a way that the total
time taken to transport from A to B should be minimum irrespective of cost and traffic.
Optimize the route with respect to cost: In this scenario, the driver can find the optimal route by
minimizing the cost of transportation irrespective of time and traffic.
Optimize the route with respect to traffic: The third way of finding the optimal route is with
respect to minimum traffic irrespective of time and cost.
Optimize the route with respect to all challenges: In this scenario, the driver can find the best
optimal route by minimizing all the three challenges such as time, cost and with low traffic.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional SQL Server 2012 Internals And Troubleshooting

Authors: Christian Bolton, Justin Langford

1st Edition

1118177657, 9781118177655

More Books

Students also viewed these Databases questions

Question

1. How do most insects respire ?

Answered: 1 week ago