Git Product home page Git Product logo

goobereats's Introduction

GooberEats!

Description

All delivery services leverage delivery logistics systems, and Goober Corp. needs one built for their service. A delivery logistics system is one that takes one or more delivery requests (e.g., deliver pasta primavera to the corner of Veteran and Strathmore and a double-double to the corner of Westwood and Wilshire, etc.), optimizes the delivery order (to reduce driving time and ensure the food doesn’t cool too much) and generates turn-by-turn navigation and delivery instructions for a delivery robot so it can deliver all of its food efficiently. The more deliveries per day that a delivery robot can make and the less energy it uses, the better – so route optimization is key.

Steps

1.) The program first parse and load the coordinates of the surrounding area. In this case, the coordinates used are the locations of turns and stops near UCLA. The program then proceeds to link the coordinates to form streets.

2.) The user can provide a list of items to deliver, starting location,and whether or not they wish to return the original starting point.

3.) Using A* (A star) algorithm, the program attempts to find an optimal path from point A to point B, until the entire has been traversed and all items delivered. Essentially, it attempts to find a path.

4.) Using simulating annealing, the program tests multiple possibilities of A* and attempt to find the most optimal route to deliver all the items.

goobereats's People

Contributors

hchang19 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.