this PR adds some information that is useful to debug
1) currently, there is an assert for model.isValid(), but it's not possible to directly see which part of the model caused the failure
2) If the Hessian type is defined as diagonal, check that it is actually the case
this PR adds some information that is useful to debug
1) currently, there is an assert for
model.isValid()
, but it's not possible to directly see which part of the model caused the failure 2) If the Hessian type is defined as diagonal, check that it is actually the case