Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.17 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.17 KB

ETD Elevator Simulator

Preview

Simulator can be previewed online here.

Description

Time dependent elevator system simulator using the ETD (Estimated Time to Destination) algorithm with destination dispatch in full configuration.

application screenshot

Useful links

Setup

  1. Run npm install to install the dependencies.
  2. Run npm run dev to start the development server.

Docs (WIP)

Classes diagram

classes diagram

Elevator state machine

elevator state machine

Route cost calculation

route cost calculation