Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.23 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.23 KB

Markov Builder

Tool for building and visualizing Markov Chains

Define states and transitions and visualize internal structures.

env

Graphical View.

The application allows graphical visualization of the Markov chain's state transition history, in addition to the number of times the vertex was reached and the overall probability of the system.

env

Other features.

The application implements some layout algorithms for organizing graphs.

  • Circular Layout
  • Radial Layout
  • Tree Layout
  • Grid Layout
  • Spectral Layout

In addition to implementing a Layout Algorithm based on springs and directed force:

  • Kamada-Kawai Algorithm
  • Fruchterman-Reingold Algorithm

env

The application is internationalized (Portuguese/English), and allows a wide variety of customization (including sound customization)

App Link

To access the app online: https://markov-chain-js.web.app/

Execution

To run locally, just install npm run install and then npm run dev.

Author

Anderson Pozzi (2024).