geraintpalmer / DetectingDeadlockInQingNetworkSimulation

0 stars 0 forks source link

Obtain mean time till absorption #7

Closed drvinceknight closed 9 years ago

drvinceknight commented 9 years ago

Do so analytically (brute force: no need for anything smart).

geraintpalmer commented 9 years ago

python code written to find this

drvinceknight commented 9 years ago

Nice: how is it looking? Sensible numbers? Can you get simulation to verify now? Get a plot like the one on my blog.

geraintpalmer commented 9 years ago

Thats the next step. Trying to think how I can organise results, loads of variables, lots of results (a time to absorbtion for each state)

drvinceknight commented 9 years ago

Don't let it mess with your simulation architecture though.

You could just simulate: spit out data and write something that analyses the data? (Goes through and counts states etc... Write a nice class that just updates itself...)

On Wed, Apr 15, 2015 at 9:20 PM Geraint Palmer notifications@github.com wrote:

Thats the next step. Trying to think how I can organise results, loads of variables, lots of results (a time to absorbtion for each state)

— Reply to this email directly or view it on GitHub https://github.com/geraintpalmer/DetectingDeadlockInQingNetworkSimulation/issues/7#issuecomment-93554534 .

geraintpalmer commented 9 years ago

I was going to make a copy of the simulation for this repo, and change that one?

drvinceknight commented 9 years ago

It would be nice to avoid that. Why not just get your simulation to spit out the data and write something that analyses that? A class that goes through and counts etc...

On Wed, Apr 15, 2015 at 9:23 PM Geraint Palmer notifications@github.com wrote:

I was going to make a copy of the simulation for this repo, and change that one?

— Reply to this email directly or view it on GitHub https://github.com/geraintpalmer/DetectingDeadlockInQingNetworkSimulation/issues/7#issuecomment-93555485 .