@
Winstead I have went through the readme file and tried to run some code by myself to understand the code flow.
./gradlew build (what is this command actually doing I do not know but it worked)
I suppose the prism is already installed in our genesys server. Nevertheless, I tried to run this command ./bin/initPrism.sh
to install prism. It was rejected and I got some msg to be more careful to what I type! I realized that it was the part of the troubleshooting.
I gave the command like: Where I think M is the multiplier to each state in the catalog if the path make the way to the target in the given iteration.
./bin/run.sh simulate -M 2output: Probability to reach final state: 0.02201247311827907, Variance 5.726917899717129E-7, non-zero samples 839, useful sample rate 0.00839 M=2.000000 TMAX=1000.000000 Nruns=100000 modelFile=models/example.pm
If can get more insight about the output, I can add some details in the readme file with example. I think this can help the user.
second I run the bellow command for model generation I guess.
./bin/run.sh mgen sparse --output sparse-model2.prismI can see the file sparse-model2.prism is created with 10 states. But I do not know what the seed is meaning and also other syntax are not clear to me. If I can get some brief on the files, that would be helpful.
Also,
/Senior_Project/Tom_SP/ this folder containing some files seems nothing it it. Should I clear that up?