martincornejo

Results 13 comments of martincornejo

I have a consensus-ADMM algorithm, in which for each iteration the objective function is updated (somewhat similar to my MWE). By far the most convenient would be to set a...

Yes, I think that is the reasonable way to continue.

I can confirm the same issue with MATLAB 2022a

I am willing to do a PR, but I'll need some guidance since it is my first contribution. My naive approach would be to create a new Kernel (I like...

One technical question. Is it always the case that if you compare the same input, the correlation should be 1? ```julia julia> k = SqExponentialKernel(); julia> x = 0; julia>...

Of course... Simply scaling a kernel would also mean `k(x,x) != 1.0`

This might be a problem specific to the S10 E Pro. A solution could be to include an `if` statement that checks if `BAT_DCB_NR_SERIES_CELL==0`. In that case, it should return...

The failing tests introduced with Julia 1.9 are not related to the new Kernel. How should I proceed?

I've renamed `KernelTensorSum` to `KernelIndependentSum` since in my opinion it better informs what it is. I could also revert this commit, do you have any opinions on the naming?