jieunbyun / BNS-JT

Reference: Byun, J.-E. and Song, J. (2021). A general framework of Bayesian network for system reliability analysis using junction tree. Reliability Engineering & System Safety, 216, 107952.
MIT License
5 stars 3 forks source link

add demos #47

Closed dynaryu closed 7 months ago

dynaryu commented 7 months ago

add two demos:

road network

EMA network Same. I've assumed the constant avg speed for the arcs. I've used n1 -> n3 for OD pair as I don't know much about the network. Please try some other pairs.

To run: (bns) hyeuk@LT-73476:/mnt/c/Projects/BNS_JT$ python -m BNS_JT.demos.EMA.batch

Let me know your thoughts.

jieunbyun commented 7 months ago

Wow this is amazing. I am running wth an OD pair 'n22' and 'n53' now for it is one of the most challenging pairs as both nodes are connected to so many edges. It is still running generating many rules. I will spend some more time playing around with the code : D