1
0
Fork 0
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
PyCTBN/.gitignore

38 lines
350 B

__pycache__
.vscode
**/__pycache__
**/data
4 years ago
**/PyCTBN.egg-info
4 years ago
**/results_data
**/.scannerwork
4 years ago
**/build
test.py
test_1.py
4 years ago
test1.json
4 years ago
test2.json
4 years ago
test3.json
result0.png
example.json
3 years ago
test_time.py
.idea
3 years ago
# Virtual Environment
venv/
.venv/
# setup.py
build/
dist/
*.egg*
# Python
__pycache__/
# Tests
.coverage
coverage/
.pytest_cache/
# Other
.vscode