Old engine for Continuous Time Bayesian Networks. Superseded by reCTBN. 🐍
https://github.com/madlabunimib/PyCTBN
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
350 B
37 lines
350 B
__pycache__
|
|
.vscode
|
|
**/__pycache__
|
|
**/data
|
|
**/PyCTBN.egg-info
|
|
**/results_data
|
|
**/.scannerwork
|
|
**/build
|
|
test.py
|
|
test_1.py
|
|
test1.json
|
|
test2.json
|
|
test3.json
|
|
result0.png
|
|
example.json
|
|
test_time.py
|
|
.idea
|
|
|
|
# Virtual Environment
|
|
venv/
|
|
.venv/
|
|
|
|
# setup.py
|
|
build/
|
|
dist/
|
|
*.egg*
|
|
|
|
# Python
|
|
__pycache__/
|
|
|
|
# Tests
|
|
.coverage
|
|
coverage/
|
|
.pytest_cache/
|
|
|
|
# Other
|
|
.vscode
|
|
|