Pasha Khosravi
Pasha Khosravi
Thanks for the report. At the moment in the next version v0.4 both `learn_circuit_miss` and `learn_circuit` will be gone. Our v0.4 is in master branch and is fairly stable now,...
Also forgot to ask, where you using CPU or GPU version?
Thanks for the bug report, interesting we used to have a test to check EVI==MAR for full data. Maybe it was not catching this scenario. We usually just call MAR...
Current implementation of EVI is going to be gone probably, so both MAR and EVI will call the same function `loglikelihoods`.
The next API for queries in `v0.4` will be something like this, for example can compute `loglikelihoods` as follows (this handles both cases of having missing values (marginals) and having...
For general usecase waiting on: https://github.com/Juice-jl/LogicCircuits.jl/issues/43
I think 1 is very useful in most cases. Checking determinsim each time for bigger circuit might not be doable though. For (1) we can maybe also have functions that...
http://users.rsise.anu.edu.au/~jinbo/02-d123.pdf
What was the main difference with condition vs conjoin? Would be a nice example in the docs. We already have forgetting, but maybe not for all types of circuit.
renamed since original issue was resolved and other new things were suggested.