GraphicalModelLearning.jl
GraphicalModelLearning.jl copied to clipboard
Handleing Symmetrization Option
Instead of having symmetrization in the formulation flag, all learning methods can return a DiHypergraph then calling a symmetrize function could turn them into FactorGraph. Consistent return types helps the compiler optimize the code.