Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qw3ry/sre-dtmc-transformations
Implementation of the algorithms provided in my Bachelor's Thesis
https://github.com/qw3ry/sre-dtmc-transformations
algorithm markov-chain scientific-publications transformation
Last synced: about 1 month ago
JSON representation
Implementation of the algorithms provided in my Bachelor's Thesis
- Host: GitHub
- URL: https://github.com/qw3ry/sre-dtmc-transformations
- Owner: qw3ry
- License: gpl-3.0
- Created: 2017-02-15T07:34:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T20:17:15.000Z (over 7 years ago)
- Last Synced: 2024-11-07T23:43:02.400Z (3 months ago)
- Topics: algorithm, markov-chain, scientific-publications, transformation
- Language: Java
- Size: 2.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SRE-DTMC-Transformations
This is the implementation of the algorithms I developed in my Bachelor's Thesis.
The thesis has been done at the computer science department at the University of Stuttgart.## Setup
I used Eclipse with Maven to setup the project.
Maven downloads the dependencies, with Eclipse I actually run the code.
Feel free to experiment with other ways to get this running, though.## Structure
In `res` you can find the raw measurement results of the evaluation described in my thesis.
In `src` the source code itself is found.
`runEvaluation.sh` is a script I used to run the measurement for the evaluation without starting a graphic environment so I can reduce the overhead introduced by other running applications.