Inference working

This commit is contained in:
2023-07-05 18:38:54 +02:00
parent 5db4d1189a
commit ba08b8dd3d
12 changed files with 114 additions and 250 deletions

View File

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