Skip to content

Releases: Ciela-Institute/caustics

Docstrings and interface updates

30 May 17:36
8b63f29
Compare
Choose a tag to compare

A number of development updates have been added:

  • No longer reliant on torch interp1d
  • Docstrings added for classes and methods
  • Added "Simulator" object to simplify the interface
  • Adding "Packed" object to identify how parameters are transported through the simulator
  • Kappa grid bug fix
  • Coverage tests

0.2.0

07 Mar 18:13
ffba18c
Compare
Choose a tag to compare

All model components inherit from a Parametrized class, which keeps track of the directed acyclic graph underlying them. This enables passing parameters as args lists, kwargs dictionaries or flatten tensors through arbitrary hierarchical models. It also enables easily setting parameters as static (fixed) or dynamic (sampled and passed into the simulator at runtime).