You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In [1]: k_spatial.get_vector()
Out[1]: array([-11.46024521, -2.89037176, -2.89037176])
Which doesn't agree with the following:
In [2]: A_xy_i
Out[2]: 3.1622776601683795e-05
In [4]: np.log(A_xy_i)
Out[4]: -10.361632918473205
This happens every time I define a constant in front of the ExpSquaredKernel. I didn't change the vector value either this is immediately after the definition. Is this supposed to happen? What is the actual conversion from the amplitude to the constant vector?
Using 1.0-dev branch.
The text was updated successfully, but these errors were encountered:
Hello, I defined an ExpSquaredKernel like so:
But when I print the values I get this:
Which doesn't agree with the following:
This happens every time I define a constant in front of the ExpSquaredKernel. I didn't change the vector value either this is immediately after the definition. Is this supposed to happen? What is the actual conversion from the amplitude to the constant vector?
Using 1.0-dev branch.
The text was updated successfully, but these errors were encountered: