-
There are some papers by ProbLog team members on inference through sampling. However, I can't find out if this technique is implemented in the ProbLog interpreter. If this is the case, what interprete…
-
Hello all, I am new to problog. I keep getting NegativeCycle: Negative cycle detected but the error does not allow to trace to a particular statement in the problog program. Is there a way to get bett…
-
I ran this code:
```from problog.program import PrologString
from problog.formula import LogicFormula, LogicDAG
from problog.logic import Term
from problog.ddnnf_formula import DDNNF
from problog…
-
Hello, and thank you for your interest in our work. It's quite clever indeed. However, I've noticed what seems to be an issue with the truth value assignment for the command in the example related to …
-
Multiple annotated disjunctions in the same file are not correctly handled, due to the conversion with auxiliary facts.
```
0.05 :: am1 ; 0.65 :: am2 ; 0.3 :: am3.
x1 :- am1.
x0 :- am2.
x0 ; x1…
-
# Project - Indexing existing Abstract Models (2024-2025?)
*Once a proper interface for Rays is setup, one of the things I'd like to do with it, is to point it to a lot of existing abstract models of…
-
Dear, I’m new to ProbLog and I’m currently “playing” with Bayesian Networks enconding.
My question is as follows: once I get the probabilities computed for a certain atom (e.g. query(earthquake) res…
-
Thank you for your valuable contribution. I am a newbie in this area and have been using your materials to study ProbLog.
I tried the online inference provided at [https://dtai.cs.kuleuven.be/probl…
-
Suppose I have
write_static_csv(static_data, ‘static_facts.csv’)
while not stop:
dynamic_data = get_dynamic_data()
write_dynamic_csv(dynamic_data, ‘dynamic_facts.csv’)
…
-
#### Chaquopy version
com.chaquo.python:gradle:9.0.0
#### Devices or emulators where the issue happens
Android emulator version 30.4.5.0 emulating Galaxy Nexus API 30
Hello,
I am …