Skip to content

DCLS subversions 3_1d

Choose a tag to compare

@K-H-Ismail K-H-Ismail released this 19 Oct 14:11
0d14a4c

[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.