Carleton Coffrin
Carleton Coffrin
v0.2.2 @JuliaRegistrator register()
v0.2.2 @JuliaRegistrator register()
Should variables be numbered from `0..variable_count-1` or `1..variable_count`?
Can we enumerate all useful alphabets, e.g. `spin`, `boolean`, `integer`, `integer+`, `real`, `real+`? If so, this is probably better than allowing the user to specify any arbitrary alphabet. `integer+` and...
We can consider a type like this ``` type FactorGraph{T
I don't know the specifics, you'll have to ask Marc!
Throw a warning if the standard `isapprox` does not work.
The core issue here is when a user reads discrete data into Julia as floats, instead of int or bool. You propose a good solution. If the user passes a...
In terms of correctness and style this is good to go. The best practice would be to also add a test so that these features don't break in future versions,...
v0.2.1 @JuliaRegistrator register()