Open nic-barbara opened 1 year ago
The change to the :cholesky
initialisation in https://github.com/acfr/RobustNeuralNetworks.jl/pull/103 should make this error less frequent. Still not a perfect fix, we should add some logic to check a valid H-matrix is constructed.
When initialising
DirectRENParams
with the:cholesky
option, an error sometimes occurs in the construction ofH
. Need a better method for initialisation.