Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.