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 rbd demo #55

Closed dynaryu closed 5 months ago

dynaryu commented 5 months ago

See rbd demo folder where I create batch.py to replicate the example of the paper.

dynaryu commented 5 months ago

Another thing to discuss is B list of Variable, which can be auto-generated given values, so that user can enter values only along with name, no need to take care of B. If that's the case, then you don't really need get_composite_state as it's already fully populated. Any thoughts?

jieunbyun commented 5 months ago

I think it is a great idea. I was also wondering how we can make handling composite states easier. Thank you so much.