Add project for AD in Combine + Roofit#189
Merged
davidlange6 merged 4 commits intoresearch-software-collaborations:mainfrom Apr 10, 2026
Merged
Add project for AD in Combine + Roofit#189davidlange6 merged 4 commits intoresearch-software-collaborations:mainfrom
davidlange6 merged 4 commits intoresearch-software-collaborations:mainfrom
Conversation
davidlange6
reviewed
Apr 10, 2026
projects/ad_combine_roofit.yml
Outdated
| description: | | ||
| Statistical inference in High Energy Physics relies on minimizing complex likelihood functions with thousands of parameters. In this regime, numerical gradient computation becomes the dominant cost of the minimization. Automatic differentiation (AD) addresses this problem by producing analytic gradients whose evaluation cost is essentially independent of the parameter count. | ||
|
|
||
| RooFit has recently introduced an AD engine based on Clad, an AD tool based on source-code transformation that is implemented as a Clag comiler plugin. The RooFit AD engine is realized by a code generation (codegen) pipeline, which translates RooFit models to simple C++ likelihood code that Clad can process. Benchmarks on ATLAS and CMS models have already shown substantial reductions in minimization time with the Minuit 2 minimizer when using these analytic gradients. |
Contributor
There was a problem hiding this comment.
to make the precommit happy, should comiler be compiler?
f18e3ed
into
research-software-collaborations:main
3 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.