Skip to content

v0.0.3

Choose a tag to compare

@PhylomatX PhylomatX released this 02 Feb 15:53
· 6 commits to main since this release

This version extends Differometor with the possibility of frequency sampling, important bug fixes and more documentation. Now JAX and Optax are also not constrained to a specific version.

Frequency sampling:

  • Frequencies can now change in each iteration of an optimization
  • This allows to run e.g. Adam with random frequency batches

Important bug fixes:

  • Fixed a bug in the UIFO setup definition that involved phases of space modulations.