Propagated BN implementation, no CLI support yet.

This commit is contained in:
Jose 2023-02-07 13:19:45 +01:00 committed by GitHub
commit 7439d5003e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1133 additions and 3 deletions

View file

@ -1 +1,2 @@
from .Model import Model
from .Model_bn import Model as Model_bn