From 6e404ca52a46ed47307cd23a25bf3cfd79486df8 Mon Sep 17 00:00:00 2001 From: adrhill Date: Fri, 11 Oct 2024 14:51:10 +0200 Subject: [PATCH] Add acknowledgements to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 73c39fd..ce63f39 100644 --- a/README.md +++ b/README.md @@ -135,3 +135,7 @@ In fact, the functions `jacobian_sparsity` and `hessian_sparsity` are re-exporte ## Related packages * [SparseDiffTools.jl](https://github.com/JuliaDiff/SparseDiffTools.jl): automatic sparsity detection via Symbolics.jl and Cassette.jl * [SparsityTracing.jl](https://github.com/PALEOtoolkit/SparsityTracing.jl): automatic Jacobian sparsity detection using an algorithm based on SparsLinC by Bischof et al. (1996) + +## Acknowledgements + +Adrian Hill acknowledges support by the Federal Ministry of Education and Research (BMBF) for the Berlin Institute for the Foundations of Learning and Data (BIFOLD) (01IS18037A).