Skip to content

Version 2.3.0

Latest
Compare
Choose a tag to compare
@MaxSagebaum MaxSagebaum released this 27 Dec 11:34

v 2.3.0 - 2024-12-27

  • Features:
    • Tape evaluations with generalized custom adjoints.
    • Preaccumulation with local mapped adjoints.
    • Edit identifiers in recorded tapes.
    • Preaccumulation with a local adjoint vector after tape editing.
    • Added tape writers to store a tape to the disk, in a binary or text file. See example 25.
    • Added tape readers to restore a tape from the disk, in a binary or text file. See example 26 and 27.
    • Generate a computational graph of a tape in a .dot file format.
    • Record the mathematical statements from the tape to a .txt file or add these statements to the computational graph for primal value tapes.
  • Bugfix:
    • Improved performance for tape reset of small tapes.
    • Added missing unused declarations.
    • Fixes for tagging tape.
    • Fixes for reference active type.