Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 764 Bytes

File metadata and controls

25 lines (19 loc) · 764 Bytes

Changelog

1.1.0

  • Added stencil-based differentiable simulation with adjoint gradients, finite-difference validation, and cantilever inverse examples.
  • Added adjoint first-order optimizers with GradientDescent, Adam, VectorAdam, and L-BFGS.
  • Improved solver callbacks, status reporting, rollback, and direct-solver pattern reuse safety.
  • Added optional oneMKL/PARDISO support and the SYMX_STACK_SIZE build option.
  • Added first-order and adjoint documentation, plus expanded solver and inverse-problem tests.
  • Updated and expanded docs.

1.0.1

  • Defaulted SYMX_HESS_STORAGE_FLOAT to double.
  • Clarified branch behavior and added boundary tests.
  • Updated bundled Eigen to 5.0.1.
  • Added CI coverage.

1.0.0

Initial public release.