pmelchior / proxmin

Proximal optimization in pure python
MIT License
109 stars 23 forks source link

Merging test case for non-separable constraint in GLMM #3

Closed pmelchior closed 7 years ago

pmelchior commented 7 years ago

GLMM allows solution for f(X1,X2...) with constrain g(X1), h(X2) etc. This test case demonstrates that it cannot solve a case where the constraint is of the form g(X1,X2), i.e. it cannot be separated.