GraphicalModelLearning.jl
GraphicalModelLearning.jl copied to clipboard
Parametric Regularizers
Figure out a clean way to make regularizers parametric, for example
regularizer*sqrt(log((num_spins^2)/0.05)/num_samples).
What is the difference between this and the previous line of code?
We need to implement the previous line of code in a clean way. That is, not inside of the optimization formulation.