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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[0.1.0] - 2023-10-19
Fixed
Fixed a clamp in the init of positions. This will not affect previous results as the clamp between -lim and lim for positions initialized with a centered normal law of std 0.5 has a very low probability of being activated given the large size of the kernels.
Added
Added DCLSN_Md class for kernels where position learning is restricted to a subset of dimensions chosen from N kernel dimensions.
Added ConstructKernel3_1d class, which constructs the appropriate kernel from the latter.
Added Dcls3_1d class that does the appropriate convolution.
Changed
DCLS default interpolation version is now gauss instead of v1 for all dimensions.