Added ExactInference and Factor classes

This commit is contained in:
2023-07-02 20:39:13 +02:00
parent ad255625e8
commit 12f0e1e063
9 changed files with 172 additions and 44 deletions

View File

@@ -1,2 +1,2 @@
add_library(BayesNet Network.cc Node.cc)
add_library(BayesNet Network.cc Node.cc ExactInference.cc Factor.cc)
target_link_libraries(BayesNet "${TORCH_LIBRARIES}")